Shades of Blue Violet #9A2CEF
Tints of Blue Violet #9A2CEF
RGB
CMYK
RGB Variations
Color information
#9A2CEF (or 0x9A2CEF) is known color: Blue Violet. HEX triplet: 9A, 2C and EF. RGB value is (154,44,239). Sum of RGB (Red+Green+Blue) = 154+44+239=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A2CEF is #65D310. Grayscale: #626262. Windows color (decimal): -6673169 or 15674522. OLE color: 15674522.
HSL color Cylindrical-coordinate representation of color #9A2CEF: hue angle of 273.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A2CEF is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 44 | 239 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.06 |
| HSL | 273.85º | 0.86% | 0.55% | - |
| HSV(B) | 273.85º | 0.82% | 0.94% | - |
| XYZ | 29.81 | 14.9 | 82.97 | - |
| YUV | 99.12 | 206.94 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 239 | 0.36 | 0.82 | 0 | 0.06 | 273.85 | 0.86 | 0.55 |
| Hex | 9A | 2C | EF | 24 | 52 | 0 | 6 | 112 | 56 | 37 |
| Octal | 232 | 54 | 357 | 44 | 122 | 0 | 6 | 422 | 126 | 67 |
| Binary | 10011010 | 101100 | 11101111 | 100100 | 1010010 | 0 | 110 | 100010010 | 1010110 | 110111 |
Color Harmonies of #9A2CEF
Complementary color
Monochromatic Colors of #9A2CEF
Black with #9A2CEF
Text Example
Text Example
White with #9A2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CEF; }
p { color: rgb(154,44,239); }
H1.HeaderClassName
{
color: #9A2CEF;
}
.AnyTagClassName
{
color: #9A2CEF;
}
</style>
background-color css
<style>
a { background-color: #9A2CEF; }
a { background-color: rgb(154,44,239); }
div.DivClassName
{
background-color: #9A2CEF;
}
.BgClassName
{
background-color: #9A2CEF;
}
</style>
border-color css
<style>
span { border-color: #9A2CEF; }
span { border-color: rgb(154,44,239); }
td.TdClassName
{
border-color: #9A2CEF;
}
.TagClassName
{
border-color: #9A2CEF;
}
</style>