#8E2FBE

Color #8E2FBE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8E2FBE

Tints of Dark Orchid #8E2FBE

Color information

#8E2FBE (or 0x8E2FBE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2F and BE. RGB value is (142,47,190). Sum of RGB (Red+Green+Blue) = 142+47+190=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E2FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FBE is #71D041. Grayscale: #5B5B5B. Windows color (decimal): -7458882 or 12464014. OLE color: 12464014.

HSL color Cylindrical-coordinate representation of color #8E2FBE: hue angle of 279.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2FBE is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14247190-
CMYK0.250.7500.25
HSL279.86º60.34%46.47%-
HSV(B)279.86º75.26%74.51%-
XYZ21.4711.549.8-
YUV91.71183.47163.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 47 (18.75% from 255) = 12.40%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=37.47%
G=12.40%
B=50.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142471900.250.7500.25279.8660.3446.47
Hex8E2FBE194B0191183c2e
Octal21657276311130314307456
Binary1000111010111110111110110011001011011001100011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E2FBE; }

 p { color: rgb(142,47,190); }

 H1.HeaderClassName
 {
   color: #8E2FBE;
 }
 .AnyTagClassName
 {
   color: #8E2FBE;
 }
</style>
background-color css

<style>
 a { background-color: #8E2FBE; }

 a { background-color: rgb(142,47,190); }

 div.DivClassName
 {
   background-color: #8E2FBE;
 }
 .BgClassName
 {
   background-color: #8E2FBE;
 }
</style>
border-color css

<style>
 span { border-color: #8E2FBE; }

 span { border-color: rgb(142,47,190); }

 td.TdClassName
 {
   border-color: #8E2FBE;
 }
 .TagClassName
 {
   border-color: #8E2FBE;
 }
</style>