Shades of Blue Violet #9521DA
Tints of Blue Violet #9521DA
RGB
CMYK
RGB Variations
Color information
#9521DA (or 0x9521DA) is known color: Blue Violet. HEX triplet: 95, 21 and DA. RGB value is (149,33,218). Sum of RGB (Red+Green+Blue) = 149+33+218=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #9521DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521DA is #6ADE25. Grayscale: #585858. Windows color (decimal): -7003686 or 14295445. OLE color: 14295445.
HSL color Cylindrical-coordinate representation of color #9521DA: hue angle of 277.62º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9521DA is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 33 | 218 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.15 |
| HSL | 277.62º | 0.74% | 0.49% | - |
| HSV(B) | 277.62º | 0.85% | 0.85% | - |
| XYZ | 25.59 | 12.54 | 67.4 | - |
| YUV | 88.77 | 200.93 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 218 | 0.32 | 0.85 | 0 | 0.15 | 277.62 | 0.74 | 0.49 |
| Hex | 95 | 21 | DA | 20 | 55 | 0 | F | 116 | 4A | 31 |
| Octal | 225 | 41 | 332 | 40 | 125 | 0 | 17 | 426 | 112 | 61 |
| Binary | 10010101 | 100001 | 11011010 | 100000 | 1010101 | 0 | 1111 | 100010110 | 1001010 | 110001 |
Color Harmonies of #9521DA
Complementary color
Monochromatic Colors of #9521DA
Black with #9521DA
Text Example
Text Example
White with #9521DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521DA; }
p { color: rgb(149,33,218); }
H1.HeaderClassName
{
color: #9521DA;
}
.AnyTagClassName
{
color: #9521DA;
}
</style>
background-color css
<style>
a { background-color: #9521DA; }
a { background-color: rgb(149,33,218); }
div.DivClassName
{
background-color: #9521DA;
}
.BgClassName
{
background-color: #9521DA;
}
</style>
border-color css
<style>
span { border-color: #9521DA; }
span { border-color: rgb(149,33,218); }
td.TdClassName
{
border-color: #9521DA;
}
.TagClassName
{
border-color: #9521DA;
}
</style>