#8E2FBB

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

Shades of Dark Orchid #8E2FBB

Tints of Dark Orchid #8E2FBB

Color information

#8E2FBB (or 0x8E2FBB) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2F and BB. RGB value is (142,47,187). Sum of RGB (Red+Green+Blue) = 142+47+187=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FBB is #71D044. Grayscale: #5A5A5A. Windows color (decimal): -7458885 or 12267406. OLE color: 12267406.

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

Color convert

RGB14247187-
CMYK0.240.7500.27
HSL280.71º59.83%45.88%-
HSV(B)280.71º74.87%73.33%-
XYZ21.1411.3748.09-
YUV91.36181.97164.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=37.77%
G=12.5%
B=49.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142471870.240.7500.27280.7159.8345.88
Hex8E2FBB184B01B1193c2e
Octal21657273301130334317456
Binary1000111010111110111011110001001011011011100011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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