Shades of Blue Violet #9D1FEB
Tints of Blue Violet #9D1FEB
RGB
CMYK
RGB Variations
Color information
#9D1FEB (or 0x9D1FEB) is known color: Blue Violet. HEX triplet: 9D, 1F and EB. RGB value is (157,31,235). Sum of RGB (Red+Green+Blue) = 157+31+235=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D1FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1FEB is #62E014. Grayscale: #5B5B5B. Windows color (decimal): -6479893 or 15409053. OLE color: 15409053.
HSL color Cylindrical-coordinate representation of color #9D1FEB: hue angle of 277.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1FEB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 31 | 235 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.08 |
| HSL | 277.06º | 0.84% | 0.52% | - |
| HSV(B) | 277.06º | 0.87% | 0.92% | - |
| XYZ | 29.39 | 14.15 | 79.78 | - |
| YUV | 91.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 235 | 0.33 | 0.87 | 0 | 0.08 | 277.06 | 0.84 | 0.52 |
| Hex | 9D | 1F | EB | 21 | 57 | 0 | 8 | 115 | 54 | 34 |
| Octal | 235 | 37 | 353 | 41 | 127 | 0 | 10 | 425 | 124 | 64 |
| Binary | 10011101 | 11111 | 11101011 | 100001 | 1010111 | 0 | 1000 | 100010101 | 1010100 | 110100 |
Color Harmonies of #9D1FEB
Complementary color
Monochromatic Colors of #9D1FEB
Black with #9D1FEB
Text Example
Text Example
White with #9D1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FEB; }
p { color: rgb(157,31,235); }
H1.HeaderClassName
{
color: #9D1FEB;
}
.AnyTagClassName
{
color: #9D1FEB;
}
</style>
background-color css
<style>
a { background-color: #9D1FEB; }
a { background-color: rgb(157,31,235); }
div.DivClassName
{
background-color: #9D1FEB;
}
.BgClassName
{
background-color: #9D1FEB;
}
</style>
border-color css
<style>
span { border-color: #9D1FEB; }
span { border-color: rgb(157,31,235); }
td.TdClassName
{
border-color: #9D1FEB;
}
.TagClassName
{
border-color: #9D1FEB;
}
</style>