#9e35e0

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

Shades of Dark Orchid #9E35E0

Tints of Dark Orchid #9E35E0

Color information

#9E35E0 (or 0x9E35E0) is unknown color: approx Dark Orchid. HEX triplet: 9E, 35 and E0. RGB value is (158,53,224). Sum of RGB (Red+Green+Blue) = 158+53+224=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E35E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E35E0 is #61CA1F. Grayscale: #676767. Windows color (decimal): -6408736 or 14693790. OLE color: 14693790.

HSL color Cylindrical-coordinate representation of color #9E35E0: hue angle of 276.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E35E0 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15853224-
CMYK0.290.7600.12
HSL276.84º73.39%54.31%-
HSV(B)276.84º76.34%87.84%-
XYZ28.8315.271.93-
YUV103.89195.79166.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 53 (21.09% from 255) = 12.18%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=36.32%
G=12.18%
B=51.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158532240.290.7600.12276.8473.3954.31
Hex9E35E01D4C0C1154936
Octal236653403511401442511166
Binary1001111011010111100000111011001100011001000101011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e35e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e35e0; }

 p { color: rgb(158,53,224); }

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

<style>
 a { background-color: #9e35e0; }

 a { background-color: rgb(158,53,224); }

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

<style>
 span { border-color: #9e35e0; }

 span { border-color: rgb(158,53,224); }

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