Shades of Blue Violet #9A1EFA
Tints of Blue Violet #9A1EFA
RGB
CMYK
RGB Variations
Color information
#9A1EFA (or 0x9A1EFA) is known color: Blue Violet. HEX triplet: 9A, 1E and FA. RGB value is (154,30,250). Sum of RGB (Red+Green+Blue) = 154+30+250=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1EFA is #65E105. Grayscale: #5B5B5B. Windows color (decimal): -6676742 or 16391834. OLE color: 16391834.
HSL color Cylindrical-coordinate representation of color #9A1EFA: hue angle of 273.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1EFA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 30 | 250 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.02 |
| HSL | 273.82º | 0.96% | 0.55% | - |
| HSV(B) | 273.82º | 0.88% | 0.98% | - |
| XYZ | 31.05 | 14.7 | 91.64 | - |
| YUV | 92.16 | 217.08 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 250 | 0.38 | 0.88 | 0 | 0.02 | 273.82 | 0.96 | 0.55 |
| Hex | 9A | 1E | FA | 26 | 58 | 0 | 2 | 112 | 60 | 37 |
| Octal | 232 | 36 | 372 | 46 | 130 | 0 | 2 | 422 | 140 | 67 |
| Binary | 10011010 | 11110 | 11111010 | 100110 | 1011000 | 0 | 10 | 100010010 | 1100000 | 110111 |
Color Harmonies of #9A1EFA
Complementary color
Monochromatic Colors of #9A1EFA
Black with #9A1EFA
Text Example
Text Example
White with #9A1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EFA; }
p { color: rgb(154,30,250); }
H1.HeaderClassName
{
color: #9A1EFA;
}
.AnyTagClassName
{
color: #9A1EFA;
}
</style>
background-color css
<style>
a { background-color: #9A1EFA; }
a { background-color: rgb(154,30,250); }
div.DivClassName
{
background-color: #9A1EFA;
}
.BgClassName
{
background-color: #9A1EFA;
}
</style>
border-color css
<style>
span { border-color: #9A1EFA; }
span { border-color: rgb(154,30,250); }
td.TdClassName
{
border-color: #9A1EFA;
}
.TagClassName
{
border-color: #9A1EFA;
}
</style>