Shades of Dark Violet #9B04CF
Tints of Dark Violet #9B04CF
RGB
CMYK
RGB Variations
Color information
#9B04CF (or 0x9B04CF) is known color: Dark Violet. HEX triplet: 9B, 04 and CF. RGB value is (155,4,207). Sum of RGB (Red+Green+Blue) = 155+4+207=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B04CF is #64FB30. Grayscale: #474747. Windows color (decimal): -6617905 or 13567131. OLE color: 13567131.
HSL color Cylindrical-coordinate representation of color #9B04CF: hue angle of 284.63º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B04CF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 4 | 207 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.19 |
| HSL | 284.63º | 0.96% | 0.41% | - |
| HSV(B) | 284.63º | 0.98% | 0.81% | - |
| XYZ | 24.82 | 11.56 | 59.95 | - |
| YUV | 72.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 207 | 0.25 | 0.98 | 0 | 0.19 | 284.63 | 0.96 | 0.41 |
| Hex | 9B | 4 | CF | 19 | 62 | 0 | 13 | 11D | 60 | 29 |
| Octal | 233 | 4 | 317 | 31 | 142 | 0 | 23 | 435 | 140 | 51 |
| Binary | 10011011 | 100 | 11001111 | 11001 | 1100010 | 0 | 10011 | 100011101 | 1100000 | 101001 |
Color Harmonies of #9B04CF
Complementary color
Monochromatic Colors of #9B04CF
Black with #9B04CF
Text Example
Text Example
White with #9B04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B04CF; }
p { color: rgb(155,4,207); }
H1.HeaderClassName
{
color: #9B04CF;
}
.AnyTagClassName
{
color: #9B04CF;
}
</style>
background-color css
<style>
a { background-color: #9B04CF; }
a { background-color: rgb(155,4,207); }
div.DivClassName
{
background-color: #9B04CF;
}
.BgClassName
{
background-color: #9B04CF;
}
</style>
border-color css
<style>
span { border-color: #9B04CF; }
span { border-color: rgb(155,4,207); }
td.TdClassName
{
border-color: #9B04CF;
}
.TagClassName
{
border-color: #9B04CF;
}
</style>