Shades of Dark Violet #9805B3
Tints of Dark Violet #9805B3
RGB
CMYK
RGB Variations
Color information
#9805B3 (or 0x9805B3) is known color: Dark Violet. HEX triplet: 98, 05 and B3. RGB value is (152,5,179). Sum of RGB (Red+Green+Blue) = 152+5+179=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #9805B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9805B3 is #67FA4C. Grayscale: #444444. Windows color (decimal): -6814285 or 11732376. OLE color: 11732376.
HSL color Cylindrical-coordinate representation of color #9805B3: hue angle of 290.69º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9805B3 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 5 | 179 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.30 |
| HSL | 290.69º | 0.95% | 0.36% | - |
| HSV(B) | 290.69º | 0.97% | 0.7% | - |
| XYZ | 21.14 | 10.04 | 43.47 | - |
| YUV | 68.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 179 | 0.15 | 0.97 | 0 | 0.30 | 290.69 | 0.95 | 0.36 |
| Hex | 98 | 5 | B3 | F | 61 | 0 | 1E | 123 | 5F | 24 |
| Octal | 230 | 5 | 263 | 17 | 141 | 0 | 36 | 443 | 137 | 44 |
| Binary | 10011000 | 101 | 10110011 | 1111 | 1100001 | 0 | 11110 | 100100011 | 1011111 | 100100 |
Color Harmonies of #9805B3
Complementary color
Monochromatic Colors of #9805B3
Black with #9805B3
Text Example
Text Example
White with #9805B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9805B3; }
p { color: rgb(152,5,179); }
H1.HeaderClassName
{
color: #9805B3;
}
.AnyTagClassName
{
color: #9805B3;
}
</style>
background-color css
<style>
a { background-color: #9805B3; }
a { background-color: rgb(152,5,179); }
div.DivClassName
{
background-color: #9805B3;
}
.BgClassName
{
background-color: #9805B3;
}
</style>
border-color css
<style>
span { border-color: #9805B3; }
span { border-color: rgb(152,5,179); }
td.TdClassName
{
border-color: #9805B3;
}
.TagClassName
{
border-color: #9805B3;
}
</style>