Shades of Blue Violet #9824FE
Tints of Blue Violet #9824FE
RGB
CMYK
RGB Variations
Color information
#9824FE (or 0x9824FE) is known color: Blue Violet. HEX triplet: 98, 24 and FE. RGB value is (152,36,254). Sum of RGB (Red+Green+Blue) = 152+36+254=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #9824FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9824FE is #67DB01. Grayscale: #5E5E5E. Windows color (decimal): -6806274 or 16655512. OLE color: 16655512.
HSL color Cylindrical-coordinate representation of color #9824FE: hue angle of 271.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9824FE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 36 | 254 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.00 |
| HSL | 271.93º | 0.99% | 0.57% | - |
| HSV(B) | 271.93º | 0.86% | 1% | - |
| XYZ | 31.47 | 15.09 | 95.02 | - |
| YUV | 95.54 | 217.43 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 254 | 0.40 | 0.86 | 0 | 0.00 | 271.93 | 0.99 | 0.57 |
| Hex | 98 | 24 | FE | 28 | 56 | 0 | 0 | 110 | 63 | 39 |
| Octal | 230 | 44 | 376 | 50 | 126 | 0 | 0 | 420 | 143 | 71 |
| Binary | 10011000 | 100100 | 11111110 | 101000 | 1010110 | 0 | 0 | 100010000 | 1100011 | 111001 |
Color Harmonies of #9824FE
Complementary color
Monochromatic Colors of #9824FE
Black with #9824FE
Text Example
Text Example
White with #9824FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824FE; }
p { color: rgb(152,36,254); }
H1.HeaderClassName
{
color: #9824FE;
}
.AnyTagClassName
{
color: #9824FE;
}
</style>
background-color css
<style>
a { background-color: #9824FE; }
a { background-color: rgb(152,36,254); }
div.DivClassName
{
background-color: #9824FE;
}
.BgClassName
{
background-color: #9824FE;
}
</style>
border-color css
<style>
span { border-color: #9824FE; }
span { border-color: rgb(152,36,254); }
td.TdClassName
{
border-color: #9824FE;
}
.TagClassName
{
border-color: #9824FE;
}
</style>