Shades of Blue Violet #9919EE
Tints of Blue Violet #9919EE
RGB
CMYK
RGB Variations
Color information
#9919EE (or 0x9919EE) is known color: Blue Violet. HEX triplet: 99, 19 and EE. RGB value is (153,25,238). Sum of RGB (Red+Green+Blue) = 153+25+238=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #9919EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9919EE is #66E611. Grayscale: #565656. Windows color (decimal): -6743570 or 15604121. OLE color: 15604121.
HSL color Cylindrical-coordinate representation of color #9919EE: hue angle of 276.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9919EE is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 25 | 238 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.07 |
| HSL | 276.06º | 0.86% | 0.52% | - |
| HSV(B) | 276.06º | 0.89% | 0.93% | - |
| XYZ | 28.92 | 13.64 | 82 | - |
| YUV | 87.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 238 | 0.36 | 0.89 | 0 | 0.07 | 276.06 | 0.86 | 0.52 |
| Hex | 99 | 19 | EE | 24 | 59 | 0 | 7 | 114 | 56 | 34 |
| Octal | 231 | 31 | 356 | 44 | 131 | 0 | 7 | 424 | 126 | 64 |
| Binary | 10011001 | 11001 | 11101110 | 100100 | 1011001 | 0 | 111 | 100010100 | 1010110 | 110100 |
Color Harmonies of #9919EE
Complementary color
Monochromatic Colors of #9919EE
Black with #9919EE
Text Example
Text Example
White with #9919EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9919EE; }
p { color: rgb(153,25,238); }
H1.HeaderClassName
{
color: #9919EE;
}
.AnyTagClassName
{
color: #9919EE;
}
</style>
background-color css
<style>
a { background-color: #9919EE; }
a { background-color: rgb(153,25,238); }
div.DivClassName
{
background-color: #9919EE;
}
.BgClassName
{
background-color: #9919EE;
}
</style>
border-color css
<style>
span { border-color: #9919EE; }
span { border-color: rgb(153,25,238); }
td.TdClassName
{
border-color: #9919EE;
}
.TagClassName
{
border-color: #9919EE;
}
</style>