Shades of Blue Violet #9A25EB
Tints of Blue Violet #9A25EB
RGB
CMYK
RGB Variations
Color information
#9A25EB (or 0x9A25EB) is known color: Blue Violet. HEX triplet: 9A, 25 and EB. RGB value is (154,37,235). Sum of RGB (Red+Green+Blue) = 154+37+235=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A25EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A25EB is #65DA14. Grayscale: #5D5D5D. Windows color (decimal): -6674965 or 15410586. OLE color: 15410586.
HSL color Cylindrical-coordinate representation of color #9A25EB: hue angle of 275.45º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A25EB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 37 | 235 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.08 |
| HSL | 275.45º | 0.83% | 0.53% | - |
| HSV(B) | 275.45º | 0.84% | 0.92% | - |
| XYZ | 28.98 | 14.19 | 79.81 | - |
| YUV | 94.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 235 | 0.34 | 0.84 | 0 | 0.08 | 275.45 | 0.83 | 0.53 |
| Hex | 9A | 25 | EB | 22 | 54 | 0 | 8 | 113 | 53 | 35 |
| Octal | 232 | 45 | 353 | 42 | 124 | 0 | 10 | 423 | 123 | 65 |
| Binary | 10011010 | 100101 | 11101011 | 100010 | 1010100 | 0 | 1000 | 100010011 | 1010011 | 110101 |
Color Harmonies of #9A25EB
Complementary color
Monochromatic Colors of #9A25EB
Black with #9A25EB
Text Example
Text Example
White with #9A25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A25EB; }
p { color: rgb(154,37,235); }
H1.HeaderClassName
{
color: #9A25EB;
}
.AnyTagClassName
{
color: #9A25EB;
}
</style>
background-color css
<style>
a { background-color: #9A25EB; }
a { background-color: rgb(154,37,235); }
div.DivClassName
{
background-color: #9A25EB;
}
.BgClassName
{
background-color: #9A25EB;
}
</style>
border-color css
<style>
span { border-color: #9A25EB; }
span { border-color: rgb(154,37,235); }
td.TdClassName
{
border-color: #9A25EB;
}
.TagClassName
{
border-color: #9A25EB;
}
</style>