Shades of Blue Violet #9A1DEE
Tints of Blue Violet #9A1DEE
RGB
CMYK
RGB Variations
Color information
#9A1DEE (or 0x9A1DEE) is known color: Blue Violet. HEX triplet: 9A, 1D and EE. RGB value is (154,29,238). Sum of RGB (Red+Green+Blue) = 154+29+238=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A1DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1DEE is #65E211. Grayscale: #595959. Windows color (decimal): -6677010 or 15605146. OLE color: 15605146.
HSL color Cylindrical-coordinate representation of color #9A1DEE: hue angle of 275.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1DEE is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 29 | 238 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.07 |
| HSL | 275.89º | 0.86% | 0.52% | - |
| HSV(B) | 275.89º | 0.88% | 0.93% | - |
| XYZ | 29.2 | 13.92 | 82.04 | - |
| YUV | 90.2 | 211.41 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 238 | 0.35 | 0.88 | 0 | 0.07 | 275.89 | 0.86 | 0.52 |
| Hex | 9A | 1D | EE | 23 | 58 | 0 | 7 | 114 | 56 | 34 |
| Octal | 232 | 35 | 356 | 43 | 130 | 0 | 7 | 424 | 126 | 64 |
| Binary | 10011010 | 11101 | 11101110 | 100011 | 1011000 | 0 | 111 | 100010100 | 1010110 | 110100 |
Color Harmonies of #9A1DEE
Complementary color
Monochromatic Colors of #9A1DEE
Black with #9A1DEE
Text Example
Text Example
White with #9A1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DEE; }
p { color: rgb(154,29,238); }
H1.HeaderClassName
{
color: #9A1DEE;
}
.AnyTagClassName
{
color: #9A1DEE;
}
</style>
background-color css
<style>
a { background-color: #9A1DEE; }
a { background-color: rgb(154,29,238); }
div.DivClassName
{
background-color: #9A1DEE;
}
.BgClassName
{
background-color: #9A1DEE;
}
</style>
border-color css
<style>
span { border-color: #9A1DEE; }
span { border-color: rgb(154,29,238); }
td.TdClassName
{
border-color: #9A1DEE;
}
.TagClassName
{
border-color: #9A1DEE;
}
</style>