Shades of Blue Violet #9824EE
Tints of Blue Violet #9824EE
RGB
CMYK
RGB Variations
Color information
#9824EE (or 0x9824EE) is known color: Blue Violet. HEX triplet: 98, 24 and EE. RGB value is (152,36,238). Sum of RGB (Red+Green+Blue) = 152+36+238=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #9824EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9824EE is #67DB11. Grayscale: #5D5D5D. Windows color (decimal): -6806290 or 15606936. OLE color: 15606936.
HSL color Cylindrical-coordinate representation of color #9824EE: hue angle of 274.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9824EE is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 36 | 238 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.07 |
| HSL | 274.46º | 0.86% | 0.54% | - |
| HSV(B) | 274.46º | 0.85% | 0.93% | - |
| XYZ | 29.01 | 14.11 | 82.08 | - |
| YUV | 93.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 238 | 0.36 | 0.85 | 0 | 0.07 | 274.46 | 0.86 | 0.54 |
| Hex | 98 | 24 | EE | 24 | 55 | 0 | 7 | 112 | 56 | 36 |
| Octal | 230 | 44 | 356 | 44 | 125 | 0 | 7 | 422 | 126 | 66 |
| Binary | 10011000 | 100100 | 11101110 | 100100 | 1010101 | 0 | 111 | 100010010 | 1010110 | 110110 |
Color Harmonies of #9824EE
Complementary color
Monochromatic Colors of #9824EE
Black with #9824EE
Text Example
Text Example
White with #9824EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824EE; }
p { color: rgb(152,36,238); }
H1.HeaderClassName
{
color: #9824EE;
}
.AnyTagClassName
{
color: #9824EE;
}
</style>
background-color css
<style>
a { background-color: #9824EE; }
a { background-color: rgb(152,36,238); }
div.DivClassName
{
background-color: #9824EE;
}
.BgClassName
{
background-color: #9824EE;
}
</style>
border-color css
<style>
span { border-color: #9824EE; }
span { border-color: rgb(152,36,238); }
td.TdClassName
{
border-color: #9824EE;
}
.TagClassName
{
border-color: #9824EE;
}
</style>