#9B0ABE

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

Shades of Dark Violet #9B0ABE

Tints of Dark Violet #9B0ABE

Color information

#9B0ABE (or 0x9B0ABE) is unknown color: approx Dark Violet. HEX triplet: 9B, 0A and BE. RGB value is (155,10,190). Sum of RGB (Red+Green+Blue) = 155+10+190=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ABE is #64F541. Grayscale: #494949. Windows color (decimal): -6616386 or 12454555. OLE color: 12454555.

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

Color convert

RGB15510190-
CMYK0.180.9500.25
HSL288.33º90%39.22%-
HSV(B)288.33º94.74%74.51%-
XYZ22.9210.949.61-
YUV73.88193.54185.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=43.66%
G=2.82%
B=53.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155101900.180.9500.25288.339039.22
Hex9BABE125F0191205a27
Octal233122762213703144013247
Binary100110111010101111101001010111110110011001000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,10,190); }

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

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

 a { background-color: rgb(155,10,190); }

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

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

 span { border-color: rgb(155,10,190); }

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