#9E3ED6

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

Shades of Dark Orchid #9E3ED6

Tints of Dark Orchid #9E3ED6

Color information

#9E3ED6 (or 0x9E3ED6) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3E and D6. RGB value is (158,62,214). Sum of RGB (Red+Green+Blue) = 158+62+214=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E3ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3ED6 is #61C129. Grayscale: #6B6B6B. Windows color (decimal): -6406442 or 14040734. OLE color: 14040734.

HSL color Cylindrical-coordinate representation of color #9E3ED6: hue angle of 277.89º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E3ED6 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15862214-
CMYK0.260.7100.16
HSL277.89º64.96%54.12%-
HSV(B)277.89º71.03%83.92%-
XYZ27.9615.5765.15-
YUV108.03187.8163.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=36.41%
G=14.29%
B=49.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158622140.260.7100.16277.8964.9654.12
Hex9E3ED61A470101164136
Octal236763263210702042610166
Binary10011110111110110101101101010001110100001000101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,62,214); }

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

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

 a { background-color: rgb(158,62,214); }

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

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

 span { border-color: rgb(158,62,214); }

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