Shades of Blue Violet #9525DD
Tints of Blue Violet #9525DD
RGB
CMYK
RGB Variations
Color information
#9525DD (or 0x9525DD) is known color: Blue Violet. HEX triplet: 95, 25 and DD. RGB value is (149,37,221). Sum of RGB (Red+Green+Blue) = 149+37+221=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #9525DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525DD is #6ADA22. Grayscale: #5A5A5A. Windows color (decimal): -7002659 or 14493077. OLE color: 14493077.
HSL color Cylindrical-coordinate representation of color #9525DD: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9525DD is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 37 | 221 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.13 |
| HSL | 276.52º | 0.73% | 0.51% | - |
| HSV(B) | 276.52º | 0.83% | 0.87% | - |
| XYZ | 26.11 | 12.93 | 69.53 | - |
| YUV | 91.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 221 | 0.33 | 0.83 | 0 | 0.13 | 276.52 | 0.73 | 0.51 |
| Hex | 95 | 25 | DD | 21 | 53 | 0 | D | 115 | 49 | 33 |
| Octal | 225 | 45 | 335 | 41 | 123 | 0 | 15 | 425 | 111 | 63 |
| Binary | 10010101 | 100101 | 11011101 | 100001 | 1010011 | 0 | 1101 | 100010101 | 1001001 | 110011 |
Color Harmonies of #9525DD
Complementary color
Monochromatic Colors of #9525DD
Black with #9525DD
Text Example
Text Example
White with #9525DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525DD; }
p { color: rgb(149,37,221); }
H1.HeaderClassName
{
color: #9525DD;
}
.AnyTagClassName
{
color: #9525DD;
}
</style>
background-color css
<style>
a { background-color: #9525DD; }
a { background-color: rgb(149,37,221); }
div.DivClassName
{
background-color: #9525DD;
}
.BgClassName
{
background-color: #9525DD;
}
</style>
border-color css
<style>
span { border-color: #9525DD; }
span { border-color: rgb(149,37,221); }
td.TdClassName
{
border-color: #9525DD;
}
.TagClassName
{
border-color: #9525DD;
}
</style>