#9E01BA

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

Shades of Dark Violet #9E01BA

Tints of Dark Violet #9E01BA

Color information

#9E01BA (or 0x9E01BA) is unknown color: approx Dark Violet. HEX triplet: 9E, 01 and BA. RGB value is (158,1,186). Sum of RGB (Red+Green+Blue) = 158+1+186=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E01BA is #61FE45. Grayscale: #444444. Windows color (decimal): -6422086 or 12190110. OLE color: 12190110.

HSL color Cylindrical-coordinate representation of color #9E01BA: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01BA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1581186-
CMYK0.150.9900.27
HSL290.92º98.93%36.67%-
HSV(B)290.92º99.46%72.94%-
XYZ22.9710.8447.34-
YUV69.03194.01191.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=45.80%
G=0.29%
B=53.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15811860.150.9900.27290.9298.9336.67
Hex9E1BAF6301B1236325
Octal23612721714303344314345
Binary10011110110111010111111000110110111001000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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