#9E0BBE

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

Shades of Dark Violet #9E0BBE

Tints of Dark Violet #9E0BBE

Color information

#9E0BBE (or 0x9E0BBE) is unknown color: approx Dark Violet. HEX triplet: 9E, 0B and BE. RGB value is (158,11,190). Sum of RGB (Red+Green+Blue) = 158+11+190=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BBE is #61F441. Grayscale: #4A4A4A. Windows color (decimal): -6419522 or 12454814. OLE color: 12454814.

HSL color Cylindrical-coordinate representation of color #9E0BBE: hue angle of 289.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0BBE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15811190-
CMYK0.170.9400.25
HSL289.27º89.05%39.41%-
HSV(B)289.27º94.21%74.51%-
XYZ23.5111.2349.64-
YUV75.36192.7186.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=44.01%
G=3.06%
B=52.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158111900.170.9400.25289.2789.0539.41
Hex9EBBE115E0191215927
Octal236132762113603144113147
Binary100111101011101111101000110111100110011001000011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,190); }

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

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

 a { background-color: rgb(158,11,190); }

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

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

 span { border-color: rgb(158,11,190); }

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