Shades of Blue Violet #9A1AF8
Tints of Blue Violet #9A1AF8
RGB
CMYK
RGB Variations
Color information
#9A1AF8 (or 0x9A1AF8) is known color: Blue Violet. HEX triplet: 9A, 1A and F8. RGB value is (154,26,248). Sum of RGB (Red+Green+Blue) = 154+26+248=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A1AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1AF8 is #65E507. Grayscale: #585858. Windows color (decimal): -6677768 or 16259738. OLE color: 16259738.
HSL color Cylindrical-coordinate representation of color #9A1AF8: hue angle of 274.59º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1AF8 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 26 | 248 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.03 |
| HSL | 274.59º | 0.94% | 0.54% | - |
| HSV(B) | 274.59º | 0.9% | 0.97% | - |
| XYZ | 30.64 | 14.39 | 89.97 | - |
| YUV | 89.58 | 217.41 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 248 | 0.38 | 0.90 | 0 | 0.03 | 274.59 | 0.94 | 0.54 |
| Hex | 9A | 1A | F8 | 26 | 5A | 0 | 3 | 113 | 5E | 36 |
| Octal | 232 | 32 | 370 | 46 | 132 | 0 | 3 | 423 | 136 | 66 |
| Binary | 10011010 | 11010 | 11111000 | 100110 | 1011010 | 0 | 11 | 100010011 | 1011110 | 110110 |
Color Harmonies of #9A1AF8
Complementary color
Monochromatic Colors of #9A1AF8
Black with #9A1AF8
Text Example
Text Example
White with #9A1AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1AF8; }
p { color: rgb(154,26,248); }
H1.HeaderClassName
{
color: #9A1AF8;
}
.AnyTagClassName
{
color: #9A1AF8;
}
</style>
background-color css
<style>
a { background-color: #9A1AF8; }
a { background-color: rgb(154,26,248); }
div.DivClassName
{
background-color: #9A1AF8;
}
.BgClassName
{
background-color: #9A1AF8;
}
</style>
border-color css
<style>
span { border-color: #9A1AF8; }
span { border-color: rgb(154,26,248); }
td.TdClassName
{
border-color: #9A1AF8;
}
.TagClassName
{
border-color: #9A1AF8;
}
</style>