Shades of Blue Violet #9824F7
Tints of Blue Violet #9824F7
RGB
CMYK
RGB Variations
Color information
#9824F7 (or 0x9824F7) is known color: Blue Violet. HEX triplet: 98, 24 and F7. RGB value is (152,36,247). Sum of RGB (Red+Green+Blue) = 152+36+247=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #9824F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9824F7 is #67DB08. Grayscale: #5E5E5E. Windows color (decimal): -6806281 or 16196760. OLE color: 16196760.
HSL color Cylindrical-coordinate representation of color #9824F7: hue angle of 272.99º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9824F7 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 36 | 247 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.03 |
| HSL | 272.99º | 0.93% | 0.55% | - |
| HSV(B) | 272.99º | 0.85% | 0.97% | - |
| XYZ | 30.37 | 14.65 | 89.22 | - |
| YUV | 94.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 247 | 0.38 | 0.85 | 0 | 0.03 | 272.99 | 0.93 | 0.55 |
| Hex | 98 | 24 | F7 | 26 | 55 | 0 | 3 | 111 | 5D | 37 |
| Octal | 230 | 44 | 367 | 46 | 125 | 0 | 3 | 421 | 135 | 67 |
| Binary | 10011000 | 100100 | 11110111 | 100110 | 1010101 | 0 | 11 | 100010001 | 1011101 | 110111 |
Color Harmonies of #9824F7
Complementary color
Monochromatic Colors of #9824F7
Black with #9824F7
Text Example
Text Example
White with #9824F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824F7; }
p { color: rgb(152,36,247); }
H1.HeaderClassName
{
color: #9824F7;
}
.AnyTagClassName
{
color: #9824F7;
}
</style>
background-color css
<style>
a { background-color: #9824F7; }
a { background-color: rgb(152,36,247); }
div.DivClassName
{
background-color: #9824F7;
}
.BgClassName
{
background-color: #9824F7;
}
</style>
border-color css
<style>
span { border-color: #9824F7; }
span { border-color: rgb(152,36,247); }
td.TdClassName
{
border-color: #9824F7;
}
.TagClassName
{
border-color: #9824F7;
}
</style>