#8E3BC3

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

Shades of Dark Orchid #8E3BC3

Tints of Dark Orchid #8E3BC3

Color information

#8E3BC3 (or 0x8E3BC3) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3B and C3. RGB value is (142,59,195). Sum of RGB (Red+Green+Blue) = 142+59+195=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E3BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BC3 is #71C43C. Grayscale: #626262. Windows color (decimal): -7455805 or 12794766. OLE color: 12794766.

HSL color Cylindrical-coordinate representation of color #8E3BC3: hue angle of 276.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3BC3 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14259195-
CMYK0.270.7000.24
HSL276.62º53.54%49.8%-
HSV(B)276.62º69.74%76.47%-
XYZ22.5712.8252.91-
YUV99.32182158.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 59 (23.44% from 255) = 14.90%
BLUE value IS 195 (76.56% from 255) = 49.24%
R=35.86%
G=14.90%
B=49.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142591950.270.7000.24276.6253.5449.8
Hex8E3BC31B460181153632
Octal21673303331060304256662
Binary1000111011101111000011110111000110011000100010101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,195); }

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

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

 a { background-color: rgb(142,59,195); }

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

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

 span { border-color: rgb(142,59,195); }

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