Shades of Blue Violet #9528EF
Tints of Blue Violet #9528EF
RGB
CMYK
RGB Variations
Color information
#9528EF (or 0x9528EF) is known color: Blue Violet. HEX triplet: 95, 28 and EF. RGB value is (149,40,239). Sum of RGB (Red+Green+Blue) = 149+40+239=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #9528EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9528EF is #6AD710. Grayscale: #5E5E5E. Windows color (decimal): -7001873 or 15673493. OLE color: 15673493.
HSL color Cylindrical-coordinate representation of color #9528EF: hue angle of 272.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9528EF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 40 | 239 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.06 |
| HSL | 272.86º | 0.86% | 0.55% | - |
| HSV(B) | 272.86º | 0.83% | 0.94% | - |
| XYZ | 28.73 | 14.14 | 82.88 | - |
| YUV | 95.28 | 209.11 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 239 | 0.38 | 0.83 | 0 | 0.06 | 272.86 | 0.86 | 0.55 |
| Hex | 95 | 28 | EF | 26 | 53 | 0 | 6 | 111 | 56 | 37 |
| Octal | 225 | 50 | 357 | 46 | 123 | 0 | 6 | 421 | 126 | 67 |
| Binary | 10010101 | 101000 | 11101111 | 100110 | 1010011 | 0 | 110 | 100010001 | 1010110 | 110111 |
Color Harmonies of #9528EF
Complementary color
Monochromatic Colors of #9528EF
Black with #9528EF
Text Example
Text Example
White with #9528EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528EF; }
p { color: rgb(149,40,239); }
H1.HeaderClassName
{
color: #9528EF;
}
.AnyTagClassName
{
color: #9528EF;
}
</style>
background-color css
<style>
a { background-color: #9528EF; }
a { background-color: rgb(149,40,239); }
div.DivClassName
{
background-color: #9528EF;
}
.BgClassName
{
background-color: #9528EF;
}
</style>
border-color css
<style>
span { border-color: #9528EF; }
span { border-color: rgb(149,40,239); }
td.TdClassName
{
border-color: #9528EF;
}
.TagClassName
{
border-color: #9528EF;
}
</style>