Shades of Blue Violet #9525DA
Tints of Blue Violet #9525DA
RGB
CMYK
RGB Variations
Color information
#9525DA (or 0x9525DA) is known color: Blue Violet. HEX triplet: 95, 25 and DA. RGB value is (149,37,218). Sum of RGB (Red+Green+Blue) = 149+37+218=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #9525DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525DA is #6ADA25. Grayscale: #5A5A5A. Windows color (decimal): -7002662 or 14296469. OLE color: 14296469.
HSL color Cylindrical-coordinate representation of color #9525DA: hue angle of 277.13º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9525DA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 37 | 218 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.15 |
| HSL | 277.13º | 0.71% | 0.5% | - |
| HSV(B) | 277.13º | 0.83% | 0.85% | - |
| XYZ | 25.71 | 12.77 | 67.44 | - |
| YUV | 91.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 218 | 0.32 | 0.83 | 0 | 0.15 | 277.13 | 0.71 | 0.5 |
| Hex | 95 | 25 | DA | 20 | 53 | 0 | F | 115 | 47 | 32 |
| Octal | 225 | 45 | 332 | 40 | 123 | 0 | 17 | 425 | 107 | 62 |
| Binary | 10010101 | 100101 | 11011010 | 100000 | 1010011 | 0 | 1111 | 100010101 | 1000111 | 110010 |
Color Harmonies of #9525DA
Complementary color
Monochromatic Colors of #9525DA
Black with #9525DA
Text Example
Text Example
White with #9525DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525DA; }
p { color: rgb(149,37,218); }
H1.HeaderClassName
{
color: #9525DA;
}
.AnyTagClassName
{
color: #9525DA;
}
</style>
background-color css
<style>
a { background-color: #9525DA; }
a { background-color: rgb(149,37,218); }
div.DivClassName
{
background-color: #9525DA;
}
.BgClassName
{
background-color: #9525DA;
}
</style>
border-color css
<style>
span { border-color: #9525DA; }
span { border-color: rgb(149,37,218); }
td.TdClassName
{
border-color: #9525DA;
}
.TagClassName
{
border-color: #9525DA;
}
</style>