#9B0AB2

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

Shades of Dark Violet #9B0AB2

Tints of Dark Violet #9B0AB2

Color information

#9B0AB2 (or 0x9B0AB2) is unknown color: approx Dark Violet. HEX triplet: 9B, 0A and B2. RGB value is (155,10,178). Sum of RGB (Red+Green+Blue) = 155+10+178=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B0AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0AB2 is #64F54D. Grayscale: #474747. Windows color (decimal): -6616398 or 11668123. OLE color: 11668123.

HSL color Cylindrical-coordinate representation of color #9B0AB2: hue angle of 291.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0AB2 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15510178-
CMYK0.130.9400.30
HSL291.79º89.36%36.86%-
HSV(B)291.79º94.38%69.8%-
XYZ21.6610.442.99-
YUV72.51187.54186.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 10 (4.30% from 255) = 2.92%
BLUE value IS 178 (69.92% from 255) = 51.90%
R=45.19%
G=2.92%
B=51.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155101780.130.9400.30291.7989.3636.86
Hex9BAB2D5E01E1245925
Octal233122621513603644413145
Binary10011011101010110010110110111100111101001001001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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