Shades of Blue Violet #9D1EFF
Tints of Blue Violet #9D1EFF
RGB
CMYK
RGB Variations
Color information
#9D1EFF (or 0x9D1EFF) is known color: Blue Violet. HEX triplet: 9D, 1E and FF. RGB value is (157,30,255). Sum of RGB (Red+Green+Blue) = 157+30+255=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1EFF is #62E100. Grayscale: #5C5C5C. Windows color (decimal): -6480129 or 16719517. OLE color: 16719517.
HSL color Cylindrical-coordinate representation of color #9D1EFF: hue angle of 273.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1EFF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 30 | 255 | - |
| CMYK | 0.38 | 0.88 | 0 | 0 |
| HSL | 273.87º | 1% | 0.56% | - |
| HSV(B) | 273.87º | 0.88% | 1% | - |
| XYZ | 32.42 | 15.32 | 95.86 | - |
| YUV | 93.62 | 219.08 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 255 | 0.38 | 0.88 | 0 | 0 | 273.87 | 1 | 0.56 |
| Hex | 9D | 1E | FF | 26 | 58 | 0 | 0 | 112 | 64 | 38 |
| Octal | 235 | 36 | 377 | 46 | 130 | 0 | 0 | 422 | 144 | 70 |
| Binary | 10011101 | 11110 | 11111111 | 100110 | 1011000 | 0 | 0 | 100010010 | 1100100 | 111000 |
Color Harmonies of #9D1EFF
Complementary color
Monochromatic Colors of #9D1EFF
Black with #9D1EFF
Text Example
Text Example
White with #9D1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EFF; }
p { color: rgb(157,30,255); }
H1.HeaderClassName
{
color: #9D1EFF;
}
.AnyTagClassName
{
color: #9D1EFF;
}
</style>
background-color css
<style>
a { background-color: #9D1EFF; }
a { background-color: rgb(157,30,255); }
div.DivClassName
{
background-color: #9D1EFF;
}
.BgClassName
{
background-color: #9D1EFF;
}
</style>
border-color css
<style>
span { border-color: #9D1EFF; }
span { border-color: rgb(157,30,255); }
td.TdClassName
{
border-color: #9D1EFF;
}
.TagClassName
{
border-color: #9D1EFF;
}
</style>