Shades of Blue Violet #9A2EFE
Tints of Blue Violet #9A2EFE
RGB
CMYK
RGB Variations
Color information
#9A2EFE (or 0x9A2EFE) is known color: Blue Violet. HEX triplet: 9A, 2E and FE. RGB value is (154,46,254). Sum of RGB (Red+Green+Blue) = 154+46+254=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A2EFE is #65D101. Grayscale: #656565. Windows color (decimal): -6672642 or 16658074. OLE color: 16658074.
HSL color Cylindrical-coordinate representation of color #9A2EFE: hue angle of 271.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A2EFE is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 46 | 254 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.00 |
| HSL | 271.15º | 0.99% | 0.59% | - |
| HSV(B) | 271.15º | 0.82% | 1% | - |
| XYZ | 32.19 | 15.98 | 95.15 | - |
| YUV | 102 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 254 | 0.39 | 0.82 | 0 | 0.00 | 271.15 | 0.99 | 0.59 |
| Hex | 9A | 2E | FE | 27 | 52 | 0 | 0 | 10F | 63 | 3B |
| Octal | 232 | 56 | 376 | 47 | 122 | 0 | 0 | 417 | 143 | 73 |
| Binary | 10011010 | 101110 | 11111110 | 100111 | 1010010 | 0 | 0 | 100001111 | 1100011 | 111011 |
Color Harmonies of #9A2EFE
Complementary color
Monochromatic Colors of #9A2EFE
Black with #9A2EFE
Text Example
Text Example
White with #9A2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2EFE; }
p { color: rgb(154,46,254); }
H1.HeaderClassName
{
color: #9A2EFE;
}
.AnyTagClassName
{
color: #9A2EFE;
}
</style>
background-color css
<style>
a { background-color: #9A2EFE; }
a { background-color: rgb(154,46,254); }
div.DivClassName
{
background-color: #9A2EFE;
}
.BgClassName
{
background-color: #9A2EFE;
}
</style>
border-color css
<style>
span { border-color: #9A2EFE; }
span { border-color: rgb(154,46,254); }
td.TdClassName
{
border-color: #9A2EFE;
}
.TagClassName
{
border-color: #9A2EFE;
}
</style>