Shades of Blue Violet #9A1EFB
Tints of Blue Violet #9A1EFB
RGB
CMYK
RGB Variations
Color information
#9A1EFB (or 0x9A1EFB) is known color: Blue Violet. HEX triplet: 9A, 1E and FB. RGB value is (154,30,251). Sum of RGB (Red+Green+Blue) = 154+30+251=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A1EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1EFB is #65E104. Grayscale: #5B5B5B. Windows color (decimal): -6676741 or 16457370. OLE color: 16457370.
HSL color Cylindrical-coordinate representation of color #9A1EFB: hue angle of 273.67º degrees, saturation: 0.97, 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 #9A1EFB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 30 | 251 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.02 |
| HSL | 273.67º | 0.97% | 0.55% | - |
| HSV(B) | 273.67º | 0.88% | 0.98% | - |
| XYZ | 31.2 | 14.76 | 92.47 | - |
| YUV | 92.27 | 217.58 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 251 | 0.39 | 0.88 | 0 | 0.02 | 273.67 | 0.97 | 0.55 |
| Hex | 9A | 1E | FB | 27 | 58 | 0 | 2 | 112 | 61 | 37 |
| Octal | 232 | 36 | 373 | 47 | 130 | 0 | 2 | 422 | 141 | 67 |
| Binary | 10011010 | 11110 | 11111011 | 100111 | 1011000 | 0 | 10 | 100010010 | 1100001 | 110111 |
Color Harmonies of #9A1EFB
Complementary color
Monochromatic Colors of #9A1EFB
Black with #9A1EFB
Text Example
Text Example
White with #9A1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EFB; }
p { color: rgb(154,30,251); }
H1.HeaderClassName
{
color: #9A1EFB;
}
.AnyTagClassName
{
color: #9A1EFB;
}
</style>
background-color css
<style>
a { background-color: #9A1EFB; }
a { background-color: rgb(154,30,251); }
div.DivClassName
{
background-color: #9A1EFB;
}
.BgClassName
{
background-color: #9A1EFB;
}
</style>
border-color css
<style>
span { border-color: #9A1EFB; }
span { border-color: rgb(154,30,251); }
td.TdClassName
{
border-color: #9A1EFB;
}
.TagClassName
{
border-color: #9A1EFB;
}
</style>