Shades of Dark Violet #9B02BC
Tints of Dark Violet #9B02BC
RGB
CMYK
RGB Variations
Color information
#9B02BC (or 0x9B02BC) is known color: Dark Violet. HEX triplet: 9B, 02 and BC. RGB value is (155,2,188). Sum of RGB (Red+Green+Blue) = 155+2+188=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02BC is #64FD43. Grayscale: #444444. Windows color (decimal): -6618436 or 12321435. OLE color: 12321435.
HSL color Cylindrical-coordinate representation of color #9B02BC: hue angle of 289.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02BC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 2 | 188 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.26 |
| HSL | 289.35º | 0.98% | 0.37% | - |
| HSV(B) | 289.35º | 0.99% | 0.74% | - |
| XYZ | 22.62 | 10.64 | 48.44 | - |
| YUV | 68.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 188 | 0.18 | 0.99 | 0 | 0.26 | 289.35 | 0.98 | 0.37 |
| Hex | 9B | 2 | BC | 12 | 63 | 0 | 1A | 121 | 62 | 25 |
| Octal | 233 | 2 | 274 | 22 | 143 | 0 | 32 | 441 | 142 | 45 |
| Binary | 10011011 | 10 | 10111100 | 10010 | 1100011 | 0 | 11010 | 100100001 | 1100010 | 100101 |
Color Harmonies of #9B02BC
Complementary color
Monochromatic Colors of #9B02BC
Black with #9B02BC
Text Example
Text Example
White with #9B02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B02BC; }
p { color: rgb(155,2,188); }
H1.HeaderClassName
{
color: #9B02BC;
}
.AnyTagClassName
{
color: #9B02BC;
}
</style>
background-color css
<style>
a { background-color: #9B02BC; }
a { background-color: rgb(155,2,188); }
div.DivClassName
{
background-color: #9B02BC;
}
.BgClassName
{
background-color: #9B02BC;
}
</style>
border-color css
<style>
span { border-color: #9B02BC; }
span { border-color: rgb(155,2,188); }
td.TdClassName
{
border-color: #9B02BC;
}
.TagClassName
{
border-color: #9B02BC;
}
</style>