Shades of Blue Violet #9530EE
Tints of Blue Violet #9530EE
RGB
CMYK
RGB Variations
Color information
#9530EE (or 0x9530EE) is known color: Blue Violet. HEX triplet: 95, 30 and EE. RGB value is (149,48,238). Sum of RGB (Red+Green+Blue) = 149+48+238=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #9530EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9530EE is #6ACF11. Grayscale: #636363. Windows color (decimal): -6999826 or 15610005. OLE color: 15610005.
HSL color Cylindrical-coordinate representation of color #9530EE: hue angle of 271.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9530EE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 48 | 238 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.07 |
| HSL | 271.89º | 0.85% | 0.56% | - |
| HSV(B) | 271.89º | 0.8% | 0.93% | - |
| XYZ | 28.88 | 14.68 | 82.2 | - |
| YUV | 99.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 238 | 0.37 | 0.80 | 0 | 0.07 | 271.89 | 0.85 | 0.56 |
| Hex | 95 | 30 | EE | 25 | 50 | 0 | 7 | 110 | 55 | 38 |
| Octal | 225 | 60 | 356 | 45 | 120 | 0 | 7 | 420 | 125 | 70 |
| Binary | 10010101 | 110000 | 11101110 | 100101 | 1010000 | 0 | 111 | 100010000 | 1010101 | 111000 |
Color Harmonies of #9530EE
Complementary color
Monochromatic Colors of #9530EE
Black with #9530EE
Text Example
Text Example
White with #9530EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530EE; }
p { color: rgb(149,48,238); }
H1.HeaderClassName
{
color: #9530EE;
}
.AnyTagClassName
{
color: #9530EE;
}
</style>
background-color css
<style>
a { background-color: #9530EE; }
a { background-color: rgb(149,48,238); }
div.DivClassName
{
background-color: #9530EE;
}
.BgClassName
{
background-color: #9530EE;
}
</style>
border-color css
<style>
span { border-color: #9530EE; }
span { border-color: rgb(149,48,238); }
td.TdClassName
{
border-color: #9530EE;
}
.TagClassName
{
border-color: #9530EE;
}
</style>