Shades of Blue Violet #9A1CE5
Tints of Blue Violet #9A1CE5
RGB
CMYK
RGB Variations
Color information
#9A1CE5 (or 0x9A1CE5) is known color: Blue Violet. HEX triplet: 9A, 1C and E5. RGB value is (154,28,229). Sum of RGB (Red+Green+Blue) = 154+28+229=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A1CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CE5 is #65E31A. Grayscale: #575757. Windows color (decimal): -6677275 or 15015066. OLE color: 15015066.
HSL color Cylindrical-coordinate representation of color #9A1CE5: hue angle of 277.61º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1CE5 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 28 | 229 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.10 |
| HSL | 277.61º | 0.79% | 0.5% | - |
| HSV(B) | 277.61º | 0.88% | 0.9% | - |
| XYZ | 27.88 | 13.36 | 75.24 | - |
| YUV | 88.59 | 207.24 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 229 | 0.33 | 0.88 | 0 | 0.10 | 277.61 | 0.79 | 0.5 |
| Hex | 9A | 1C | E5 | 21 | 58 | 0 | A | 116 | 4F | 32 |
| Octal | 232 | 34 | 345 | 41 | 130 | 0 | 12 | 426 | 117 | 62 |
| Binary | 10011010 | 11100 | 11100101 | 100001 | 1011000 | 0 | 1010 | 100010110 | 1001111 | 110010 |
Color Harmonies of #9A1CE5
Complementary color
Monochromatic Colors of #9A1CE5
Black with #9A1CE5
Text Example
Text Example
White with #9A1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1CE5; }
p { color: rgb(154,28,229); }
H1.HeaderClassName
{
color: #9A1CE5;
}
.AnyTagClassName
{
color: #9A1CE5;
}
</style>
background-color css
<style>
a { background-color: #9A1CE5; }
a { background-color: rgb(154,28,229); }
div.DivClassName
{
background-color: #9A1CE5;
}
.BgClassName
{
background-color: #9A1CE5;
}
</style>
border-color css
<style>
span { border-color: #9A1CE5; }
span { border-color: rgb(154,28,229); }
td.TdClassName
{
border-color: #9A1CE5;
}
.TagClassName
{
border-color: #9A1CE5;
}
</style>