Shades of Dark Violet #9B05DD
Tints of Dark Violet #9B05DD
RGB
CMYK
RGB Variations
Color information
#9B05DD (or 0x9B05DD) is known color: Dark Violet. HEX triplet: 9B, 05 and DD. RGB value is (155,5,221). Sum of RGB (Red+Green+Blue) = 155+5+221=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B05DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05DD is #64FA22. Grayscale: #494949. Windows color (decimal): -6617635 or 14484891. OLE color: 14484891.
HSL color Cylindrical-coordinate representation of color #9B05DD: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B05DD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 5 | 221 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.13 |
| HSL | 281.67º | 0.96% | 0.44% | - |
| HSV(B) | 281.67º | 0.98% | 0.87% | - |
| XYZ | 26.62 | 12.3 | 69.38 | - |
| YUV | 74.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 221 | 0.30 | 0.98 | 0 | 0.13 | 281.67 | 0.96 | 0.44 |
| Hex | 9B | 5 | DD | 1E | 62 | 0 | D | 11A | 60 | 2C |
| Octal | 233 | 5 | 335 | 36 | 142 | 0 | 15 | 432 | 140 | 54 |
| Binary | 10011011 | 101 | 11011101 | 11110 | 1100010 | 0 | 1101 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9B05DD
Complementary color
Monochromatic Colors of #9B05DD
Black with #9B05DD
Text Example
Text Example
White with #9B05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05DD; }
p { color: rgb(155,5,221); }
H1.HeaderClassName
{
color: #9B05DD;
}
.AnyTagClassName
{
color: #9B05DD;
}
</style>
background-color css
<style>
a { background-color: #9B05DD; }
a { background-color: rgb(155,5,221); }
div.DivClassName
{
background-color: #9B05DD;
}
.BgClassName
{
background-color: #9B05DD;
}
</style>
border-color css
<style>
span { border-color: #9B05DD; }
span { border-color: rgb(155,5,221); }
td.TdClassName
{
border-color: #9B05DD;
}
.TagClassName
{
border-color: #9B05DD;
}
</style>