#8E35C9

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

Shades of Dark Orchid #8E35C9

Tints of Dark Orchid #8E35C9

Color information

#8E35C9 (or 0x8E35C9) is unknown color: approx Dark Orchid. HEX triplet: 8E, 35 and C9. RGB value is (142,53,201). Sum of RGB (Red+Green+Blue) = 142+53+201=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E35C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E35C9 is #71CA36. Grayscale: #5F5F5F. Windows color (decimal): -7457335 or 13186446. OLE color: 13186446.

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

Color convert

RGB14253201-
CMYK0.290.7400.21
HSL276.08º58.27%49.8%-
HSV(B)276.08º73.63%78.82%-
XYZ22.9712.5156.46-
YUV96.48186.99160.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 53 (21.09% from 255) = 13.38%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=35.86%
G=13.38%
B=50.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142532010.290.7400.21276.0858.2749.8
Hex8E35C91D4A0151143a32
Octal21665311351120254247262
Binary1000111011010111001001111011001010010101100010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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