#9E3CDC

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

Shades of Dark Orchid #9E3CDC

Tints of Dark Orchid #9E3CDC

Color information

#9E3CDC (or 0x9E3CDC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3C and DC. RGB value is (158,60,220). Sum of RGB (Red+Green+Blue) = 158+60+220=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CDC is #61C323. Grayscale: #6B6B6B. Windows color (decimal): -6406948 or 14433438. OLE color: 14433438.

HSL color Cylindrical-coordinate representation of color #9E3CDC: hue angle of 276.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E3CDC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15860220-
CMYK0.280.7300.14
HSL276.75º69.57%54.9%-
HSV(B)276.75º72.73%86.27%-
XYZ28.6315.6769.23-
YUV107.54191.47163.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 60 (23.83% from 255) = 13.70%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=36.07%
G=13.70%
B=50.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158602200.280.7300.14276.7569.5754.9
Hex9E3CDC1C490E1154637
Octal236743343411101642510667
Binary1001111011110011011100111001001001011101000101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,60,220); }

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

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

 a { background-color: rgb(158,60,220); }

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

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

 span { border-color: rgb(158,60,220); }

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