Shades of Dark Violet #9807AF
Tints of Dark Violet #9807AF
RGB
CMYK
RGB Variations
Color information
#9807AF (or 0x9807AF) is known color: Dark Violet. HEX triplet: 98, 07 and AF. RGB value is (152,7,175). Sum of RGB (Red+Green+Blue) = 152+7+175=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #9807AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9807AF is #67F850. Grayscale: #444444. Windows color (decimal): -6813777 or 11470744. OLE color: 11470744.
HSL color Cylindrical-coordinate representation of color #9807AF: hue angle of 291.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9807AF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 7 | 175 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.31 |
| HSL | 291.79º | 0.92% | 0.36% | - |
| HSV(B) | 291.79º | 0.96% | 0.69% | - |
| XYZ | 20.76 | 9.92 | 41.38 | - |
| YUV | 69.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 175 | 0.13 | 0.96 | 0 | 0.31 | 291.79 | 0.92 | 0.36 |
| Hex | 98 | 7 | AF | D | 60 | 0 | 1F | 124 | 5C | 24 |
| Octal | 230 | 7 | 257 | 15 | 140 | 0 | 37 | 444 | 134 | 44 |
| Binary | 10011000 | 111 | 10101111 | 1101 | 1100000 | 0 | 11111 | 100100100 | 1011100 | 100100 |
Color Harmonies of #9807AF
Complementary color
Monochromatic Colors of #9807AF
Black with #9807AF
Text Example
Text Example
White with #9807AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807AF; }
p { color: rgb(152,7,175); }
H1.HeaderClassName
{
color: #9807AF;
}
.AnyTagClassName
{
color: #9807AF;
}
</style>
background-color css
<style>
a { background-color: #9807AF; }
a { background-color: rgb(152,7,175); }
div.DivClassName
{
background-color: #9807AF;
}
.BgClassName
{
background-color: #9807AF;
}
</style>
border-color css
<style>
span { border-color: #9807AF; }
span { border-color: rgb(152,7,175); }
td.TdClassName
{
border-color: #9807AF;
}
.TagClassName
{
border-color: #9807AF;
}
</style>