Shades of Blue Violet #9D1AFF
Tints of Blue Violet #9D1AFF
RGB
CMYK
RGB Variations
Color information
#9D1AFF (or 0x9D1AFF) is known color: Blue Violet. HEX triplet: 9D, 1A and FF. RGB value is (157,26,255). Sum of RGB (Red+Green+Blue) = 157+26+255=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1AFF is #62E500. Grayscale: #5A5A5A. Windows color (decimal): -6481153 or 16718493. OLE color: 16718493.
HSL color Cylindrical-coordinate representation of color #9D1AFF: hue angle of 274.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1AFF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 26 | 255 | - |
| CMYK | 0.38 | 0.90 | 0 | 0 |
| HSL | 274.32º | 1% | 0.55% | - |
| HSV(B) | 274.32º | 0.9% | 1% | - |
| XYZ | 32.32 | 15.13 | 95.82 | - |
| YUV | 91.28 | 220.4 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 255 | 0.38 | 0.90 | 0 | 0 | 274.32 | 1 | 0.55 |
| Hex | 9D | 1A | FF | 26 | 5A | 0 | 0 | 112 | 64 | 37 |
| Octal | 235 | 32 | 377 | 46 | 132 | 0 | 0 | 422 | 144 | 67 |
| Binary | 10011101 | 11010 | 11111111 | 100110 | 1011010 | 0 | 0 | 100010010 | 1100100 | 110111 |
Color Harmonies of #9D1AFF
Complementary color
Monochromatic Colors of #9D1AFF
Black with #9D1AFF
Text Example
Text Example
White with #9D1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AFF; }
p { color: rgb(157,26,255); }
H1.HeaderClassName
{
color: #9D1AFF;
}
.AnyTagClassName
{
color: #9D1AFF;
}
</style>
background-color css
<style>
a { background-color: #9D1AFF; }
a { background-color: rgb(157,26,255); }
div.DivClassName
{
background-color: #9D1AFF;
}
.BgClassName
{
background-color: #9D1AFF;
}
</style>
border-color css
<style>
span { border-color: #9D1AFF; }
span { border-color: rgb(157,26,255); }
td.TdClassName
{
border-color: #9D1AFF;
}
.TagClassName
{
border-color: #9D1AFF;
}
</style>