#9E39B3

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

Shades of Dark Orchid #9E39B3

Tints of Dark Orchid #9E39B3

Color information

#9E39B3 (or 0x9E39B3) is unknown color: approx Dark Orchid. HEX triplet: 9E, 39 and B3. RGB value is (158,57,179). Sum of RGB (Red+Green+Blue) = 158+57+179=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E39B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E39B3 is #61C64C. Grayscale: #646464. Windows color (decimal): -6407757 or 11745694. OLE color: 11745694.

HSL color Cylindrical-coordinate representation of color #9E39B3: hue angle of 289.67º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E39B3 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15857179-
CMYK0.120.6800.30
HSL289.67º51.69%46.27%-
HSV(B)289.67º68.16%70.2%-
XYZ23.713.4543.99-
YUV101.11171.96168.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=40.10%
G=14.47%
B=45.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158571790.120.6800.30289.6751.6946.27
Hex9E39B3C4401E122342e
Octal23671263141040364426456
Binary100111101110011011001111001000100011110100100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E39B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,179); }

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

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

 a { background-color: rgb(158,57,179); }

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

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

 span { border-color: rgb(158,57,179); }

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