#9E34D9

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

Shades of Dark Orchid #9E34D9

Tints of Dark Orchid #9E34D9

Color information

#9E34D9 (or 0x9E34D9) is unknown color: approx Dark Orchid. HEX triplet: 9E, 34 and D9. RGB value is (158,52,217). Sum of RGB (Red+Green+Blue) = 158+52+217=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34D9 is #61CB26. Grayscale: #656565. Windows color (decimal): -6408999 or 14234782. OLE color: 14234782.

HSL color Cylindrical-coordinate representation of color #9E34D9: hue angle of 278.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E34D9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15852217-
CMYK0.270.7600.15
HSL278.55º68.46%52.75%-
HSV(B)278.55º76.04%85.1%-
XYZ27.8514.7367.02-
YUV102.5192.62167.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 52 (20.70% from 255) = 12.18%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=37.00%
G=12.18%
B=50.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158522170.270.7600.15278.5568.4652.75
Hex9E34D91B4C0F1174435
Octal236643313311401742710465
Binary1001111011010011011001110111001100011111000101111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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