Shades of Dark Violet #9807F5
Tints of Dark Violet #9807F5
RGB
CMYK
RGB Variations
Color information
#9807F5 (or 0x9807F5) is known color: Dark Violet. HEX triplet: 98, 07 and F5. RGB value is (152,7,245). Sum of RGB (Red+Green+Blue) = 152+7+245=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #9807F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9807F5 is #67F80A. Grayscale: #4C4C4C. Windows color (decimal): -6813707 or 16058264. OLE color: 16058264.
HSL color Cylindrical-coordinate representation of color #9807F5: hue angle of 276.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807F5 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 7 | 245 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.04 |
| HSL | 276.55º | 0.94% | 0.49% | - |
| HSV(B) | 276.55º | 0.97% | 0.96% | - |
| XYZ | 29.51 | 13.42 | 87.42 | - |
| YUV | 77.49 | 222.54 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 245 | 0.38 | 0.97 | 0 | 0.04 | 276.55 | 0.94 | 0.49 |
| Hex | 98 | 7 | F5 | 26 | 61 | 0 | 4 | 115 | 5E | 31 |
| Octal | 230 | 7 | 365 | 46 | 141 | 0 | 4 | 425 | 136 | 61 |
| Binary | 10011000 | 111 | 11110101 | 100110 | 1100001 | 0 | 100 | 100010101 | 1011110 | 110001 |
Color Harmonies of #9807F5
Complementary color
Monochromatic Colors of #9807F5
Black with #9807F5
Text Example
Text Example
White with #9807F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807F5; }
p { color: rgb(152,7,245); }
H1.HeaderClassName
{
color: #9807F5;
}
.AnyTagClassName
{
color: #9807F5;
}
</style>
background-color css
<style>
a { background-color: #9807F5; }
a { background-color: rgb(152,7,245); }
div.DivClassName
{
background-color: #9807F5;
}
.BgClassName
{
background-color: #9807F5;
}
</style>
border-color css
<style>
span { border-color: #9807F5; }
span { border-color: rgb(152,7,245); }
td.TdClassName
{
border-color: #9807F5;
}
.TagClassName
{
border-color: #9807F5;
}
</style>