Shades of Blue Violet #9526DA
Tints of Blue Violet #9526DA
RGB
CMYK
RGB Variations
Color information
#9526DA (or 0x9526DA) is known color: Blue Violet. HEX triplet: 95, 26 and DA. RGB value is (149,38,218). Sum of RGB (Red+Green+Blue) = 149+38+218=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #9526DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526DA is #6AD925. Grayscale: #5B5B5B. Windows color (decimal): -7002406 or 14296725. OLE color: 14296725.
HSL color Cylindrical-coordinate representation of color #9526DA: hue angle of 277º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9526DA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 38 | 218 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.15 |
| HSL | 277º | 0.71% | 0.5% | - |
| HSV(B) | 277º | 0.83% | 0.85% | - |
| XYZ | 25.74 | 12.84 | 67.45 | - |
| YUV | 91.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 218 | 0.32 | 0.83 | 0 | 0.15 | 277 | 0.71 | 0.5 |
| Hex | 95 | 26 | DA | 20 | 53 | 0 | F | 115 | 47 | 32 |
| Octal | 225 | 46 | 332 | 40 | 123 | 0 | 17 | 425 | 107 | 62 |
| Binary | 10010101 | 100110 | 11011010 | 100000 | 1010011 | 0 | 1111 | 100010101 | 1000111 | 110010 |
Color Harmonies of #9526DA
Complementary color
Monochromatic Colors of #9526DA
Black with #9526DA
Text Example
Text Example
White with #9526DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526DA; }
p { color: rgb(149,38,218); }
H1.HeaderClassName
{
color: #9526DA;
}
.AnyTagClassName
{
color: #9526DA;
}
</style>
background-color css
<style>
a { background-color: #9526DA; }
a { background-color: rgb(149,38,218); }
div.DivClassName
{
background-color: #9526DA;
}
.BgClassName
{
background-color: #9526DA;
}
</style>
border-color css
<style>
span { border-color: #9526DA; }
span { border-color: rgb(149,38,218); }
td.TdClassName
{
border-color: #9526DA;
}
.TagClassName
{
border-color: #9526DA;
}
</style>