Shades of Blue Violet #9D28EF
Tints of Blue Violet #9D28EF
RGB
CMYK
RGB Variations
Color information
#9D28EF (or 0x9D28EF) is known color: Blue Violet. HEX triplet: 9D, 28 and EF. RGB value is (157,40,239). Sum of RGB (Red+Green+Blue) = 157+40+239=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D28EF is #62D710. Grayscale: #606060. Windows color (decimal): -6477585 or 15673501. OLE color: 15673501.
HSL color Cylindrical-coordinate representation of color #9D28EF: hue angle of 275.28º 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 #9D28EF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 40 | 239 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.06 |
| HSL | 275.28º | 0.86% | 0.55% | - |
| HSV(B) | 275.28º | 0.83% | 0.94% | - |
| XYZ | 30.24 | 14.92 | 82.95 | - |
| YUV | 97.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 239 | 0.34 | 0.83 | 0 | 0.06 | 275.28 | 0.86 | 0.55 |
| Hex | 9D | 28 | EF | 22 | 53 | 0 | 6 | 113 | 56 | 37 |
| Octal | 235 | 50 | 357 | 42 | 123 | 0 | 6 | 423 | 126 | 67 |
| Binary | 10011101 | 101000 | 11101111 | 100010 | 1010011 | 0 | 110 | 100010011 | 1010110 | 110111 |
Color Harmonies of #9D28EF
Complementary color
Monochromatic Colors of #9D28EF
Black with #9D28EF
Text Example
Text Example
White with #9D28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D28EF; }
p { color: rgb(157,40,239); }
H1.HeaderClassName
{
color: #9D28EF;
}
.AnyTagClassName
{
color: #9D28EF;
}
</style>
background-color css
<style>
a { background-color: #9D28EF; }
a { background-color: rgb(157,40,239); }
div.DivClassName
{
background-color: #9D28EF;
}
.BgClassName
{
background-color: #9D28EF;
}
</style>
border-color css
<style>
span { border-color: #9D28EF; }
span { border-color: rgb(157,40,239); }
td.TdClassName
{
border-color: #9D28EF;
}
.TagClassName
{
border-color: #9D28EF;
}
</style>