#9E35CD

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

Shades of Dark Orchid #9E35CD

Tints of Dark Orchid #9E35CD

Color information

#9E35CD (or 0x9E35CD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 35 and CD. RGB value is (158,53,205). Sum of RGB (Red+Green+Blue) = 158+53+205=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E35CD is #61CA32. Grayscale: #656565. Windows color (decimal): -6408755 or 13448606. OLE color: 13448606.

HSL color Cylindrical-coordinate representation of color #9E35CD: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E35CD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15853205-
CMYK0.230.7400.20
HSL281.45º60.32%50.59%-
HSV(B)281.45º74.15%80.39%-
XYZ26.3914.2259.11-
YUV101.72186.29168.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=37.98%
G=12.74%
B=49.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158532050.230.7400.20281.4560.3250.59
Hex9E35CD174A0141193c33
Octal23665315271120244317463
Binary1001111011010111001101101111001010010100100011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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