#8E45C9

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

Shades of Dark Orchid #8E45C9

Tints of Dark Orchid #8E45C9

Color information

#8E45C9 (or 0x8E45C9) is unknown color: approx Dark Orchid. HEX triplet: 8E, 45 and C9. RGB value is (142,69,201). Sum of RGB (Red+Green+Blue) = 142+69+201=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E45C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E45C9 is #71BA36. Grayscale: #696969. Windows color (decimal): -7453239 or 13190542. OLE color: 13190542.

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

Color convert

RGB14269201-
CMYK0.290.6600.21
HSL273.18º55%52.94%-
HSV(B)273.18º65.67%78.82%-
XYZ23.8314.2256.75-
YUV105.88181.68153.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=34.47%
G=16.75%
B=48.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142692010.290.6600.21273.185552.94
Hex8E45C91D420151113735
Octal216105311351020254216765
Binary10001110100010111001001111011000010010101100010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E45C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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