#9E06B2

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

Shades of Dark Violet #9E06B2

Tints of Dark Violet #9E06B2

Color information

#9E06B2 (or 0x9E06B2) is unknown color: approx Dark Violet. HEX triplet: 9E, 06 and B2. RGB value is (158,6,178). Sum of RGB (Red+Green+Blue) = 158+6+178=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E06B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E06B2 is #61F94D. Grayscale: #464646. Windows color (decimal): -6420814 or 11667102. OLE color: 11667102.

HSL color Cylindrical-coordinate representation of color #9E06B2: hue angle of 293.02º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06B2 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1586178-
CMYK0.110.9700.30
HSL293.02º93.48%36.08%-
HSV(B)293.02º96.63%69.8%-
XYZ22.210.6143-
YUV71.06188.36190.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=46.20%
G=1.75%
B=52.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15861780.110.9700.30293.0293.4836.08
Hex9E6B2B6101E1255d24
Octal23662621314103644513544
Binary1001111011010110010101111000010111101001001011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E06B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,6,178); }

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

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

 a { background-color: rgb(158,6,178); }

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

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

 span { border-color: rgb(158,6,178); }

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