#9E34AB

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

Shades of Dark Orchid #9E34AB

Tints of Dark Orchid #9E34AB

Color information

#9E34AB (or 0x9E34AB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 34 and AB. RGB value is (158,52,171). Sum of RGB (Red+Green+Blue) = 158+52+171=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E34AB is #61CB54. Grayscale: #606060. Windows color (decimal): -6409045 or 11220126. OLE color: 11220126.

HSL color Cylindrical-coordinate representation of color #9E34AB: hue angle of 293.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E34AB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15852171-
CMYK0.080.7000.33
HSL293.45º53.36%43.73%-
HSV(B)293.45º69.59%67.06%-
XYZ22.6812.6739.78-
YUV97.26169.62171.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=41.47%
G=13.65%
B=44.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158521710.080.7000.33293.4553.3643.73
Hex9E34AB846021125352c
Octal23664253101060414456554
Binary1001111011010010101011100010001100100001100100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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