#9E34DC

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

Shades of Dark Orchid #9E34DC

Tints of Dark Orchid #9E34DC

Color information

#9E34DC (or 0x9E34DC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 34 and DC. RGB value is (158,52,220). Sum of RGB (Red+Green+Blue) = 158+52+220=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34DC is #61CB23. Grayscale: #666666. Windows color (decimal): -6408996 or 14431390. OLE color: 14431390.

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

Color convert

RGB15852220-
CMYK0.280.7600.14
HSL277.86º70.59%53.33%-
HSV(B)277.86º76.36%86.27%-
XYZ28.2514.8969.1-
YUV102.85194.12167.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=36.74%
G=12.09%
B=51.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158522200.280.7600.14277.8670.5953.33
Hex9E34DC1C4C0E1164735
Octal236643343411401642610765
Binary1001111011010011011100111001001100011101000101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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