Shades of Blue Violet #9825EE
Tints of Blue Violet #9825EE
RGB
CMYK
RGB Variations
Color information
#9825EE (or 0x9825EE) is known color: Blue Violet. HEX triplet: 98, 25 and EE. RGB value is (152,37,238). Sum of RGB (Red+Green+Blue) = 152+37+238=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #9825EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9825EE is #67DA11. Grayscale: #5D5D5D. Windows color (decimal): -6806034 or 15607192. OLE color: 15607192.
HSL color Cylindrical-coordinate representation of color #9825EE: hue angle of 274.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9825EE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 37 | 238 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.07 |
| HSL | 274.33º | 0.86% | 0.54% | - |
| HSV(B) | 274.33º | 0.84% | 0.93% | - |
| XYZ | 29.04 | 14.17 | 82.09 | - |
| YUV | 94.3 | 209.1 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 238 | 0.36 | 0.84 | 0 | 0.07 | 274.33 | 0.86 | 0.54 |
| Hex | 98 | 25 | EE | 24 | 54 | 0 | 7 | 112 | 56 | 36 |
| Octal | 230 | 45 | 356 | 44 | 124 | 0 | 7 | 422 | 126 | 66 |
| Binary | 10011000 | 100101 | 11101110 | 100100 | 1010100 | 0 | 111 | 100010010 | 1010110 | 110110 |
Color Harmonies of #9825EE
Complementary color
Monochromatic Colors of #9825EE
Black with #9825EE
Text Example
Text Example
White with #9825EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825EE; }
p { color: rgb(152,37,238); }
H1.HeaderClassName
{
color: #9825EE;
}
.AnyTagClassName
{
color: #9825EE;
}
</style>
background-color css
<style>
a { background-color: #9825EE; }
a { background-color: rgb(152,37,238); }
div.DivClassName
{
background-color: #9825EE;
}
.BgClassName
{
background-color: #9825EE;
}
</style>
border-color css
<style>
span { border-color: #9825EE; }
span { border-color: rgb(152,37,238); }
td.TdClassName
{
border-color: #9825EE;
}
.TagClassName
{
border-color: #9825EE;
}
</style>