Shades of Dark Violet #9805B4
Tints of Dark Violet #9805B4
RGB
CMYK
RGB Variations
Color information
#9805B4 (or 0x9805B4) is known color: Dark Violet. HEX triplet: 98, 05 and B4. RGB value is (152,5,180). Sum of RGB (Red+Green+Blue) = 152+5+180=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #9805B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9805B4 is #67FA4B. Grayscale: #444444. Windows color (decimal): -6814284 or 11797912. OLE color: 11797912.
HSL color Cylindrical-coordinate representation of color #9805B4: hue angle of 290.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9805B4 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 5 | 180 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.29 |
| HSL | 290.4º | 0.95% | 0.36% | - |
| HSV(B) | 290.4º | 0.97% | 0.71% | - |
| XYZ | 21.24 | 10.08 | 44.01 | - |
| YUV | 68.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 180 | 0.16 | 0.97 | 0 | 0.29 | 290.4 | 0.95 | 0.36 |
| Hex | 98 | 5 | B4 | 10 | 61 | 0 | 1D | 122 | 5F | 24 |
| Octal | 230 | 5 | 264 | 20 | 141 | 0 | 35 | 442 | 137 | 44 |
| Binary | 10011000 | 101 | 10110100 | 10000 | 1100001 | 0 | 11101 | 100100010 | 1011111 | 100100 |
Color Harmonies of #9805B4
Complementary color
Monochromatic Colors of #9805B4
Black with #9805B4
Text Example
Text Example
White with #9805B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9805B4; }
p { color: rgb(152,5,180); }
H1.HeaderClassName
{
color: #9805B4;
}
.AnyTagClassName
{
color: #9805B4;
}
</style>
background-color css
<style>
a { background-color: #9805B4; }
a { background-color: rgb(152,5,180); }
div.DivClassName
{
background-color: #9805B4;
}
.BgClassName
{
background-color: #9805B4;
}
</style>
border-color css
<style>
span { border-color: #9805B4; }
span { border-color: rgb(152,5,180); }
td.TdClassName
{
border-color: #9805B4;
}
.TagClassName
{
border-color: #9805B4;
}
</style>