Shades of Dark Violet #9B04CC
Tints of Dark Violet #9B04CC
RGB
CMYK
RGB Variations
Color information
#9B04CC (or 0x9B04CC) is known color: Dark Violet. HEX triplet: 9B, 04 and CC. RGB value is (155,4,204). Sum of RGB (Red+Green+Blue) = 155+4+204=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B04CC is #64FB33. Grayscale: #474747. Windows color (decimal): -6617908 or 13370523. OLE color: 13370523.
HSL color Cylindrical-coordinate representation of color #9B04CC: hue angle of 285.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B04CC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 4 | 204 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.2 |
| HSL | 285.3º | 0.96% | 0.41% | - |
| HSV(B) | 285.3º | 0.98% | 0.8% | - |
| XYZ | 24.46 | 11.42 | 58.04 | - |
| YUV | 71.95 | 202.53 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 204 | 0.24 | 0.98 | 0 | 0.2 | 285.3 | 0.96 | 0.41 |
| Hex | 9B | 4 | CC | 18 | 62 | 0 | 14 | 11D | 60 | 29 |
| Octal | 233 | 4 | 314 | 30 | 142 | 0 | 24 | 435 | 140 | 51 |
| Binary | 10011011 | 100 | 11001100 | 11000 | 1100010 | 0 | 10100 | 100011101 | 1100000 | 101001 |
Color Harmonies of #9B04CC
Complementary color
Monochromatic Colors of #9B04CC
Black with #9B04CC
Text Example
Text Example
White with #9B04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B04CC; }
p { color: rgb(155,4,204); }
H1.HeaderClassName
{
color: #9B04CC;
}
.AnyTagClassName
{
color: #9B04CC;
}
</style>
background-color css
<style>
a { background-color: #9B04CC; }
a { background-color: rgb(155,4,204); }
div.DivClassName
{
background-color: #9B04CC;
}
.BgClassName
{
background-color: #9B04CC;
}
</style>
border-color css
<style>
span { border-color: #9B04CC; }
span { border-color: rgb(155,4,204); }
td.TdClassName
{
border-color: #9B04CC;
}
.TagClassName
{
border-color: #9B04CC;
}
</style>