#9E01B3

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

Shades of Dark Violet #9E01B3

Tints of Dark Violet #9E01B3

Color information

#9E01B3 (or 0x9E01B3) is unknown color: approx Dark Violet. HEX triplet: 9E, 01 and B3. RGB value is (158,1,179). Sum of RGB (Red+Green+Blue) = 158+1+179=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E01B3 is #61FE4C. Grayscale: #434343. Windows color (decimal): -6422093 or 11731358. OLE color: 11731358.

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

Color convert

RGB1581179-
CMYK0.120.9900.30
HSL292.92º98.89%35.29%-
HSV(B)292.92º99.44%70.2%-
XYZ22.2510.5543.51-
YUV68.24190.51192.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.75%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 179 (70.31% from 255) = 52.96%
R=46.75%
G=0.30%
B=52.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15811790.120.9900.30292.9298.8935.29
Hex9E1B3C6301E1256323
Octal23612631414303644514343
Binary10011110110110011110011000110111101001001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E01B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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