Shades of Blue Violet #9A1EEA
Tints of Blue Violet #9A1EEA
RGB
CMYK
RGB Variations
Color information
#9A1EEA (or 0x9A1EEA) is known color: Blue Violet. HEX triplet: 9A, 1E and EA. RGB value is (154,30,234). Sum of RGB (Red+Green+Blue) = 154+30+234=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1EEA is #65E115. Grayscale: #595959. Windows color (decimal): -6676758 or 15343258. OLE color: 15343258.
HSL color Cylindrical-coordinate representation of color #9A1EEA: hue angle of 276.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1EEA is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 30 | 234 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.08 |
| HSL | 276.47º | 0.83% | 0.52% | - |
| HSV(B) | 276.47º | 0.87% | 0.92% | - |
| XYZ | 28.64 | 13.74 | 78.98 | - |
| YUV | 90.33 | 209.08 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 234 | 0.34 | 0.87 | 0 | 0.08 | 276.47 | 0.83 | 0.52 |
| Hex | 9A | 1E | EA | 22 | 57 | 0 | 8 | 114 | 53 | 34 |
| Octal | 232 | 36 | 352 | 42 | 127 | 0 | 10 | 424 | 123 | 64 |
| Binary | 10011010 | 11110 | 11101010 | 100010 | 1010111 | 0 | 1000 | 100010100 | 1010011 | 110100 |
Color Harmonies of #9A1EEA
Complementary color
Monochromatic Colors of #9A1EEA
Black with #9A1EEA
Text Example
Text Example
White with #9A1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EEA; }
p { color: rgb(154,30,234); }
H1.HeaderClassName
{
color: #9A1EEA;
}
.AnyTagClassName
{
color: #9A1EEA;
}
</style>
background-color css
<style>
a { background-color: #9A1EEA; }
a { background-color: rgb(154,30,234); }
div.DivClassName
{
background-color: #9A1EEA;
}
.BgClassName
{
background-color: #9A1EEA;
}
</style>
border-color css
<style>
span { border-color: #9A1EEA; }
span { border-color: rgb(154,30,234); }
td.TdClassName
{
border-color: #9A1EEA;
}
.TagClassName
{
border-color: #9A1EEA;
}
</style>