Shades of Dark Violet #9B03CE
Tints of Dark Violet #9B03CE
RGB
CMYK
RGB Variations
Color information
#9B03CE (or 0x9B03CE) is known color: Dark Violet. HEX triplet: 9B, 03 and CE. RGB value is (155,3,206). Sum of RGB (Red+Green+Blue) = 155+3+206=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B03CE is #64FC31. Grayscale: #464646. Windows color (decimal): -6618162 or 13501339. OLE color: 13501339.
HSL color Cylindrical-coordinate representation of color #9B03CE: hue angle of 284.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B03CE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 3 | 206 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.19 |
| HSL | 284.93º | 0.97% | 0.41% | - |
| HSV(B) | 284.93º | 0.99% | 0.81% | - |
| XYZ | 24.69 | 11.49 | 59.31 | - |
| YUV | 71.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 206 | 0.25 | 0.99 | 0 | 0.19 | 284.93 | 0.97 | 0.41 |
| Hex | 9B | 3 | CE | 19 | 63 | 0 | 13 | 11D | 61 | 29 |
| Octal | 233 | 3 | 316 | 31 | 143 | 0 | 23 | 435 | 141 | 51 |
| Binary | 10011011 | 11 | 11001110 | 11001 | 1100011 | 0 | 10011 | 100011101 | 1100001 | 101001 |
Color Harmonies of #9B03CE
Complementary color
Monochromatic Colors of #9B03CE
Black with #9B03CE
Text Example
Text Example
White with #9B03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B03CE; }
p { color: rgb(155,3,206); }
H1.HeaderClassName
{
color: #9B03CE;
}
.AnyTagClassName
{
color: #9B03CE;
}
</style>
background-color css
<style>
a { background-color: #9B03CE; }
a { background-color: rgb(155,3,206); }
div.DivClassName
{
background-color: #9B03CE;
}
.BgClassName
{
background-color: #9B03CE;
}
</style>
border-color css
<style>
span { border-color: #9B03CE; }
span { border-color: rgb(155,3,206); }
td.TdClassName
{
border-color: #9B03CE;
}
.TagClassName
{
border-color: #9B03CE;
}
</style>