Shades of Blue Violet #9D27EE
Tints of Blue Violet #9D27EE
RGB
CMYK
RGB Variations
Color information
#9D27EE (or 0x9D27EE) is known color: Blue Violet. HEX triplet: 9D, 27 and EE. RGB value is (157,39,238). Sum of RGB (Red+Green+Blue) = 157+39+238=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D27EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D27EE is #62D811. Grayscale: #606060. Windows color (decimal): -6477842 or 15607709. OLE color: 15607709.
HSL color Cylindrical-coordinate representation of color #9D27EE: hue angle of 275.58º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D27EE is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 39 | 238 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.07 |
| HSL | 275.58º | 0.85% | 0.54% | - |
| HSV(B) | 275.58º | 0.84% | 0.93% | - |
| XYZ | 30.06 | 14.79 | 82.16 | - |
| YUV | 96.97 | 207.59 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 238 | 0.34 | 0.84 | 0 | 0.07 | 275.58 | 0.85 | 0.54 |
| Hex | 9D | 27 | EE | 22 | 54 | 0 | 7 | 114 | 55 | 36 |
| Octal | 235 | 47 | 356 | 42 | 124 | 0 | 7 | 424 | 125 | 66 |
| Binary | 10011101 | 100111 | 11101110 | 100010 | 1010100 | 0 | 111 | 100010100 | 1010101 | 110110 |
Color Harmonies of #9D27EE
Complementary color
Monochromatic Colors of #9D27EE
Black with #9D27EE
Text Example
Text Example
White with #9D27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D27EE; }
p { color: rgb(157,39,238); }
H1.HeaderClassName
{
color: #9D27EE;
}
.AnyTagClassName
{
color: #9D27EE;
}
</style>
background-color css
<style>
a { background-color: #9D27EE; }
a { background-color: rgb(157,39,238); }
div.DivClassName
{
background-color: #9D27EE;
}
.BgClassName
{
background-color: #9D27EE;
}
</style>
border-color css
<style>
span { border-color: #9D27EE; }
span { border-color: rgb(157,39,238); }
td.TdClassName
{
border-color: #9D27EE;
}
.TagClassName
{
border-color: #9D27EE;
}
</style>