Shades of Blue Violet #9538DD
Tints of Blue Violet #9538DD
RGB
CMYK
RGB Variations
Color information
#9538DD (or 0x9538DD) is known color: Blue Violet. HEX triplet: 95, 38 and DD. RGB value is (149,56,221). Sum of RGB (Red+Green+Blue) = 149+56+221=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #9538DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538DD is #6AC722. Grayscale: #666666. Windows color (decimal): -6997795 or 14497941. OLE color: 14497941.
HSL color Cylindrical-coordinate representation of color #9538DD: hue angle of 273.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9538DD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 56 | 221 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.13 |
| HSL | 273.82º | 0.71% | 0.54% | - |
| HSV(B) | 273.82º | 0.75% | 0.87% | - |
| XYZ | 26.86 | 14.44 | 69.78 | - |
| YUV | 102.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 221 | 0.33 | 0.75 | 0 | 0.13 | 273.82 | 0.71 | 0.54 |
| Hex | 95 | 38 | DD | 21 | 4B | 0 | D | 112 | 47 | 36 |
| Octal | 225 | 70 | 335 | 41 | 113 | 0 | 15 | 422 | 107 | 66 |
| Binary | 10010101 | 111000 | 11011101 | 100001 | 1001011 | 0 | 1101 | 100010010 | 1000111 | 110110 |
Color Harmonies of #9538DD
Complementary color
Monochromatic Colors of #9538DD
Black with #9538DD
Text Example
Text Example
White with #9538DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9538DD; }
p { color: rgb(149,56,221); }
H1.HeaderClassName
{
color: #9538DD;
}
.AnyTagClassName
{
color: #9538DD;
}
</style>
background-color css
<style>
a { background-color: #9538DD; }
a { background-color: rgb(149,56,221); }
div.DivClassName
{
background-color: #9538DD;
}
.BgClassName
{
background-color: #9538DD;
}
</style>
border-color css
<style>
span { border-color: #9538DD; }
span { border-color: rgb(149,56,221); }
td.TdClassName
{
border-color: #9538DD;
}
.TagClassName
{
border-color: #9538DD;
}
</style>