#8E43C9

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

Shades of Dark Orchid #8E43C9

Tints of Dark Orchid #8E43C9

Color information

#8E43C9 (or 0x8E43C9) is unknown color: approx Dark Orchid. HEX triplet: 8E, 43 and C9. RGB value is (142,67,201). Sum of RGB (Red+Green+Blue) = 142+67+201=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E43C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43C9 is #71BC36. Grayscale: #686868. Windows color (decimal): -7453751 or 13190030. OLE color: 13190030.

HSL color Cylindrical-coordinate representation of color #8E43C9: hue angle of 273.58º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E43C9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14267201-
CMYK0.290.6700.21
HSL273.58º55.37%52.55%-
HSV(B)273.58º66.67%78.82%-
XYZ23.7113.9856.71-
YUV104.7182.35154.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 201 (78.91% from 255) = 49.02%
R=34.63%
G=16.34%
B=49.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142672010.290.6700.21273.5855.3752.55
Hex8E43C91D430151123735
Octal216103311351030254226765
Binary10001110100001111001001111011000011010101100010010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E43C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,201); }

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

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

 a { background-color: rgb(142,67,201); }

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

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

 span { border-color: rgb(142,67,201); }

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