Shades of Blue Violet #9525EF
Tints of Blue Violet #9525EF
RGB
CMYK
RGB Variations
Color information
#9525EF (or 0x9525EF) is known color: Blue Violet. HEX triplet: 95, 25 and EF. RGB value is (149,37,239). Sum of RGB (Red+Green+Blue) = 149+37+239=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #9525EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525EF is #6ADA10. Grayscale: #5C5C5C. Windows color (decimal): -7002641 or 15672725. OLE color: 15672725.
HSL color Cylindrical-coordinate representation of color #9525EF: hue angle of 273.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9525EF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 37 | 239 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.06 |
| HSL | 273.27º | 0.86% | 0.54% | - |
| HSV(B) | 273.27º | 0.85% | 0.94% | - |
| XYZ | 28.64 | 13.94 | 82.84 | - |
| YUV | 93.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 239 | 0.38 | 0.85 | 0 | 0.06 | 273.27 | 0.86 | 0.54 |
| Hex | 95 | 25 | EF | 26 | 55 | 0 | 6 | 111 | 56 | 36 |
| Octal | 225 | 45 | 357 | 46 | 125 | 0 | 6 | 421 | 126 | 66 |
| Binary | 10010101 | 100101 | 11101111 | 100110 | 1010101 | 0 | 110 | 100010001 | 1010110 | 110110 |
Color Harmonies of #9525EF
Complementary color
Monochromatic Colors of #9525EF
Black with #9525EF
Text Example
Text Example
White with #9525EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525EF; }
p { color: rgb(149,37,239); }
H1.HeaderClassName
{
color: #9525EF;
}
.AnyTagClassName
{
color: #9525EF;
}
</style>
background-color css
<style>
a { background-color: #9525EF; }
a { background-color: rgb(149,37,239); }
div.DivClassName
{
background-color: #9525EF;
}
.BgClassName
{
background-color: #9525EF;
}
</style>
border-color css
<style>
span { border-color: #9525EF; }
span { border-color: rgb(149,37,239); }
td.TdClassName
{
border-color: #9525EF;
}
.TagClassName
{
border-color: #9525EF;
}
</style>