#9E11BA

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

Shades of Dark Violet #9E11BA

Tints of Dark Violet #9E11BA

Color information

#9E11BA (or 0x9E11BA) is unknown color: approx Dark Violet. HEX triplet: 9E, 11 and BA. RGB value is (158,17,186). Sum of RGB (Red+Green+Blue) = 158+17+186=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11BA is #61EE45. Grayscale: #4D4D4D. Windows color (decimal): -6417990 or 12194206. OLE color: 12194206.

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

Color convert

RGB15817186-
CMYK0.150.9100.27
HSL290.06º83.25%39.8%-
HSV(B)290.06º90.86%72.94%-
XYZ23.1611.2247.4-
YUV78.42188.71184.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=43.77%
G=4.71%
B=51.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158171860.150.9100.27290.0683.2539.8
Hex9E11BAF5B01B1225328
Octal236212721713303344212350
Binary100111101000110111010111110110110110111001000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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