Shades of Blue Violet #9523DF
Tints of Blue Violet #9523DF
RGB
CMYK
RGB Variations
Color information
#9523DF (or 0x9523DF) is known color: Blue Violet. HEX triplet: 95, 23 and DF. RGB value is (149,35,223). Sum of RGB (Red+Green+Blue) = 149+35+223=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #9523DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9523DF is #6ADC20. Grayscale: #595959. Windows color (decimal): -7003169 or 14623637. OLE color: 14623637.
HSL color Cylindrical-coordinate representation of color #9523DF: hue angle of 276.38º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9523DF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 35 | 223 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.13 |
| HSL | 276.38º | 0.75% | 0.51% | - |
| HSV(B) | 276.38º | 0.84% | 0.87% | - |
| XYZ | 26.31 | 12.92 | 70.92 | - |
| YUV | 90.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 223 | 0.33 | 0.84 | 0 | 0.13 | 276.38 | 0.75 | 0.51 |
| Hex | 95 | 23 | DF | 21 | 54 | 0 | D | 114 | 4B | 33 |
| Octal | 225 | 43 | 337 | 41 | 124 | 0 | 15 | 424 | 113 | 63 |
| Binary | 10010101 | 100011 | 11011111 | 100001 | 1010100 | 0 | 1101 | 100010100 | 1001011 | 110011 |
Color Harmonies of #9523DF
Complementary color
Monochromatic Colors of #9523DF
Black with #9523DF
Text Example
Text Example
White with #9523DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9523DF; }
p { color: rgb(149,35,223); }
H1.HeaderClassName
{
color: #9523DF;
}
.AnyTagClassName
{
color: #9523DF;
}
</style>
background-color css
<style>
a { background-color: #9523DF; }
a { background-color: rgb(149,35,223); }
div.DivClassName
{
background-color: #9523DF;
}
.BgClassName
{
background-color: #9523DF;
}
</style>
border-color css
<style>
span { border-color: #9523DF; }
span { border-color: rgb(149,35,223); }
td.TdClassName
{
border-color: #9523DF;
}
.TagClassName
{
border-color: #9523DF;
}
</style>