Shades of Dark Violet #9B03F2
Tints of Dark Violet #9B03F2
RGB
CMYK
RGB Variations
Color information
#9B03F2 (or 0x9B03F2) is known color: Dark Violet. HEX triplet: 9B, 03 and F2. RGB value is (155,3,242). Sum of RGB (Red+Green+Blue) = 155+3+242=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B03F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B03F2 is #64FC0D. Grayscale: #4A4A4A. Windows color (decimal): -6618126 or 15860635. OLE color: 15860635.
HSL color Cylindrical-coordinate representation of color #9B03F2: hue angle of 278.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B03F2 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 3 | 242 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.05 |
| HSL | 278.16º | 0.98% | 0.48% | - |
| HSV(B) | 278.16º | 0.99% | 0.95% | - |
| XYZ | 29.58 | 13.44 | 85.04 | - |
| YUV | 75.69 | 221.86 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 242 | 0.36 | 0.99 | 0 | 0.05 | 278.16 | 0.98 | 0.48 |
| Hex | 9B | 3 | F2 | 24 | 63 | 0 | 5 | 116 | 62 | 30 |
| Octal | 233 | 3 | 362 | 44 | 143 | 0 | 5 | 426 | 142 | 60 |
| Binary | 10011011 | 11 | 11110010 | 100100 | 1100011 | 0 | 101 | 100010110 | 1100010 | 110000 |
Color Harmonies of #9B03F2
Complementary color
Monochromatic Colors of #9B03F2
Black with #9B03F2
Text Example
Text Example
White with #9B03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B03F2; }
p { color: rgb(155,3,242); }
H1.HeaderClassName
{
color: #9B03F2;
}
.AnyTagClassName
{
color: #9B03F2;
}
</style>
background-color css
<style>
a { background-color: #9B03F2; }
a { background-color: rgb(155,3,242); }
div.DivClassName
{
background-color: #9B03F2;
}
.BgClassName
{
background-color: #9B03F2;
}
</style>
border-color css
<style>
span { border-color: #9B03F2; }
span { border-color: rgb(155,3,242); }
td.TdClassName
{
border-color: #9B03F2;
}
.TagClassName
{
border-color: #9B03F2;
}
</style>