Shades of Blue Violet #9526DD
Tints of Blue Violet #9526DD
RGB
CMYK
RGB Variations
Color information
#9526DD (or 0x9526DD) is known color: Blue Violet. HEX triplet: 95, 26 and DD. RGB value is (149,38,221). Sum of RGB (Red+Green+Blue) = 149+38+221=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #9526DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526DD is #6AD922. Grayscale: #5B5B5B. Windows color (decimal): -7002403 or 14493333. OLE color: 14493333.
HSL color Cylindrical-coordinate representation of color #9526DD: hue angle of 276.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9526DD is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 38 | 221 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.13 |
| HSL | 276.39º | 0.73% | 0.51% | - |
| HSV(B) | 276.39º | 0.83% | 0.87% | - |
| XYZ | 26.14 | 13 | 69.54 | - |
| YUV | 92.05 | 200.77 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 221 | 0.33 | 0.83 | 0 | 0.13 | 276.39 | 0.73 | 0.51 |
| Hex | 95 | 26 | DD | 21 | 53 | 0 | D | 114 | 49 | 33 |
| Octal | 225 | 46 | 335 | 41 | 123 | 0 | 15 | 424 | 111 | 63 |
| Binary | 10010101 | 100110 | 11011101 | 100001 | 1010011 | 0 | 1101 | 100010100 | 1001001 | 110011 |
Color Harmonies of #9526DD
Complementary color
Monochromatic Colors of #9526DD
Black with #9526DD
Text Example
Text Example
White with #9526DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526DD; }
p { color: rgb(149,38,221); }
H1.HeaderClassName
{
color: #9526DD;
}
.AnyTagClassName
{
color: #9526DD;
}
</style>
background-color css
<style>
a { background-color: #9526DD; }
a { background-color: rgb(149,38,221); }
div.DivClassName
{
background-color: #9526DD;
}
.BgClassName
{
background-color: #9526DD;
}
</style>
border-color css
<style>
span { border-color: #9526DD; }
span { border-color: rgb(149,38,221); }
td.TdClassName
{
border-color: #9526DD;
}
.TagClassName
{
border-color: #9526DD;
}
</style>