#9E0BB7

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

Shades of Dark Violet #9E0BB7

Tints of Dark Violet #9E0BB7

Color information

#9E0BB7 (or 0x9E0BB7) is unknown color: approx Dark Violet. HEX triplet: 9E, 0B and B7. RGB value is (158,11,183). Sum of RGB (Red+Green+Blue) = 158+11+183=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BB7 is #61F448. Grayscale: #4A4A4A. Windows color (decimal): -6419529 or 11996062. OLE color: 11996062.

HSL color Cylindrical-coordinate representation of color #9E0BB7: hue angle of 291.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0BB7 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15811183-
CMYK0.140.9400.28
HSL291.28º88.66%38.04%-
HSV(B)291.28º93.99%71.76%-
XYZ22.7710.9345.71-
YUV74.56189.2187.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=44.89%
G=3.12%
B=51.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158111830.140.9400.28291.2888.6638.04
Hex9EBB7E5E01C1235926
Octal236132671613603444313146
Binary10011110101110110111111010111100111001001000111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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