Shades of Blue Violet #9523DD
Tints of Blue Violet #9523DD
RGB
CMYK
RGB Variations
Color information
#9523DD (or 0x9523DD) is known color: Blue Violet. HEX triplet: 95, 23 and DD. RGB value is (149,35,221). Sum of RGB (Red+Green+Blue) = 149+35+221=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #9523DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9523DD is #6ADC22. Grayscale: #595959. Windows color (decimal): -7003171 or 14492565. OLE color: 14492565.
HSL color Cylindrical-coordinate representation of color #9523DD: hue angle of 276.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9523DD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 35 | 221 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.13 |
| HSL | 276.77º | 0.73% | 0.5% | - |
| HSV(B) | 276.77º | 0.84% | 0.87% | - |
| XYZ | 26.05 | 12.81 | 69.51 | - |
| YUV | 90.29 | 201.77 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 221 | 0.33 | 0.84 | 0 | 0.13 | 276.77 | 0.73 | 0.5 |
| Hex | 95 | 23 | DD | 21 | 54 | 0 | D | 115 | 49 | 32 |
| Octal | 225 | 43 | 335 | 41 | 124 | 0 | 15 | 425 | 111 | 62 |
| Binary | 10010101 | 100011 | 11011101 | 100001 | 1010100 | 0 | 1101 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9523DD
Complementary color
Monochromatic Colors of #9523DD
Black with #9523DD
Text Example
Text Example
White with #9523DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9523DD; }
p { color: rgb(149,35,221); }
H1.HeaderClassName
{
color: #9523DD;
}
.AnyTagClassName
{
color: #9523DD;
}
</style>
background-color css
<style>
a { background-color: #9523DD; }
a { background-color: rgb(149,35,221); }
div.DivClassName
{
background-color: #9523DD;
}
.BgClassName
{
background-color: #9523DD;
}
</style>
border-color css
<style>
span { border-color: #9523DD; }
span { border-color: rgb(149,35,221); }
td.TdClassName
{
border-color: #9523DD;
}
.TagClassName
{
border-color: #9523DD;
}
</style>