Shades of Blue Violet #9523DC
Tints of Blue Violet #9523DC
RGB
CMYK
RGB Variations
Color information
#9523DC (or 0x9523DC) is known color: Blue Violet. HEX triplet: 95, 23 and DC. RGB value is (149,35,220). Sum of RGB (Red+Green+Blue) = 149+35+220=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #9523DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9523DC is #6ADC23. Grayscale: #595959. Windows color (decimal): -7003172 or 14427029. OLE color: 14427029.
HSL color Cylindrical-coordinate representation of color #9523DC: hue angle of 276.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9523DC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 35 | 220 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.14 |
| HSL | 276.97º | 0.73% | 0.5% | - |
| HSV(B) | 276.97º | 0.84% | 0.86% | - |
| XYZ | 25.91 | 12.76 | 68.81 | - |
| YUV | 90.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 220 | 0.32 | 0.84 | 0 | 0.14 | 276.97 | 0.73 | 0.5 |
| Hex | 95 | 23 | DC | 20 | 54 | 0 | E | 115 | 49 | 32 |
| Octal | 225 | 43 | 334 | 40 | 124 | 0 | 16 | 425 | 111 | 62 |
| Binary | 10010101 | 100011 | 11011100 | 100000 | 1010100 | 0 | 1110 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9523DC
Complementary color
Monochromatic Colors of #9523DC
Black with #9523DC
Text Example
Text Example
White with #9523DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9523DC; }
p { color: rgb(149,35,220); }
H1.HeaderClassName
{
color: #9523DC;
}
.AnyTagClassName
{
color: #9523DC;
}
</style>
background-color css
<style>
a { background-color: #9523DC; }
a { background-color: rgb(149,35,220); }
div.DivClassName
{
background-color: #9523DC;
}
.BgClassName
{
background-color: #9523DC;
}
</style>
border-color css
<style>
span { border-color: #9523DC; }
span { border-color: rgb(149,35,220); }
td.TdClassName
{
border-color: #9523DC;
}
.TagClassName
{
border-color: #9523DC;
}
</style>