Shades of Blue Violet #9D1CFA
Tints of Blue Violet #9D1CFA
RGB
CMYK
RGB Variations
Color information
#9D1CFA (or 0x9D1CFA) is known color: Blue Violet. HEX triplet: 9D, 1C and FA. RGB value is (157,28,250). Sum of RGB (Red+Green+Blue) = 157+28+250=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D1CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1CFA is #62E305. Grayscale: #5B5B5B. Windows color (decimal): -6480646 or 16391325. OLE color: 16391325.
HSL color Cylindrical-coordinate representation of color #9D1CFA: hue angle of 274.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1CFA is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 28 | 250 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.02 |
| HSL | 274.86º | 0.96% | 0.55% | - |
| HSV(B) | 274.86º | 0.89% | 0.98% | - |
| XYZ | 31.58 | 14.9 | 91.65 | - |
| YUV | 91.88 | 217.24 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 250 | 0.37 | 0.89 | 0 | 0.02 | 274.86 | 0.96 | 0.55 |
| Hex | 9D | 1C | FA | 25 | 59 | 0 | 2 | 113 | 60 | 37 |
| Octal | 235 | 34 | 372 | 45 | 131 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10011101 | 11100 | 11111010 | 100101 | 1011001 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #9D1CFA
Complementary color
Monochromatic Colors of #9D1CFA
Black with #9D1CFA
Text Example
Text Example
White with #9D1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CFA; }
p { color: rgb(157,28,250); }
H1.HeaderClassName
{
color: #9D1CFA;
}
.AnyTagClassName
{
color: #9D1CFA;
}
</style>
background-color css
<style>
a { background-color: #9D1CFA; }
a { background-color: rgb(157,28,250); }
div.DivClassName
{
background-color: #9D1CFA;
}
.BgClassName
{
background-color: #9D1CFA;
}
</style>
border-color css
<style>
span { border-color: #9D1CFA; }
span { border-color: rgb(157,28,250); }
td.TdClassName
{
border-color: #9D1CFA;
}
.TagClassName
{
border-color: #9D1CFA;
}
</style>