Shades of Blue Violet #9D1AFD
Tints of Blue Violet #9D1AFD
RGB
CMYK
RGB Variations
Color information
#9D1AFD (or 0x9D1AFD) is known color: Blue Violet. HEX triplet: 9D, 1A and FD. RGB value is (157,26,253). Sum of RGB (Red+Green+Blue) = 157+26+253=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D1AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1AFD is #62E502. Grayscale: #5A5A5A. Windows color (decimal): -6481155 or 16587421. OLE color: 16587421.
HSL color Cylindrical-coordinate representation of color #9D1AFD: hue angle of 274.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1AFD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 26 | 253 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.01 |
| HSL | 274.63º | 0.98% | 0.55% | - |
| HSV(B) | 274.63º | 0.9% | 0.99% | - |
| XYZ | 32 | 15 | 94.14 | - |
| YUV | 91.05 | 219.4 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 253 | 0.38 | 0.90 | 0 | 0.01 | 274.63 | 0.98 | 0.55 |
| Hex | 9D | 1A | FD | 26 | 5A | 0 | 1 | 113 | 62 | 37 |
| Octal | 235 | 32 | 375 | 46 | 132 | 0 | 1 | 423 | 142 | 67 |
| Binary | 10011101 | 11010 | 11111101 | 100110 | 1011010 | 0 | 1 | 100010011 | 1100010 | 110111 |
Color Harmonies of #9D1AFD
Complementary color
Monochromatic Colors of #9D1AFD
Black with #9D1AFD
Text Example
Text Example
White with #9D1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AFD; }
p { color: rgb(157,26,253); }
H1.HeaderClassName
{
color: #9D1AFD;
}
.AnyTagClassName
{
color: #9D1AFD;
}
</style>
background-color css
<style>
a { background-color: #9D1AFD; }
a { background-color: rgb(157,26,253); }
div.DivClassName
{
background-color: #9D1AFD;
}
.BgClassName
{
background-color: #9D1AFD;
}
</style>
border-color css
<style>
span { border-color: #9D1AFD; }
span { border-color: rgb(157,26,253); }
td.TdClassName
{
border-color: #9D1AFD;
}
.TagClassName
{
border-color: #9D1AFD;
}
</style>