Shades of Blue Violet #9D1CFE
Tints of Blue Violet #9D1CFE
RGB
CMYK
RGB Variations
Color information
#9D1CFE (or 0x9D1CFE) is known color: Blue Violet. HEX triplet: 9D, 1C and FE. RGB value is (157,28,254). Sum of RGB (Red+Green+Blue) = 157+28+254=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D1CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1CFE is #62E301. Grayscale: #5B5B5B. Windows color (decimal): -6480642 or 16653469. OLE color: 16653469.
HSL color Cylindrical-coordinate representation of color #9D1CFE: hue angle of 274.25º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1CFE is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 28 | 254 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.00 |
| HSL | 274.25º | 0.99% | 0.55% | - |
| HSV(B) | 274.25º | 0.89% | 1% | - |
| XYZ | 32.21 | 15.15 | 94.99 | - |
| YUV | 92.34 | 219.24 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 254 | 0.38 | 0.89 | 0 | 0.00 | 274.25 | 0.99 | 0.55 |
| Hex | 9D | 1C | FE | 26 | 59 | 0 | 0 | 112 | 63 | 37 |
| Octal | 235 | 34 | 376 | 46 | 131 | 0 | 0 | 422 | 143 | 67 |
| Binary | 10011101 | 11100 | 11111110 | 100110 | 1011001 | 0 | 0 | 100010010 | 1100011 | 110111 |
Color Harmonies of #9D1CFE
Complementary color
Monochromatic Colors of #9D1CFE
Black with #9D1CFE
Text Example
Text Example
White with #9D1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CFE; }
p { color: rgb(157,28,254); }
H1.HeaderClassName
{
color: #9D1CFE;
}
.AnyTagClassName
{
color: #9D1CFE;
}
</style>
background-color css
<style>
a { background-color: #9D1CFE; }
a { background-color: rgb(157,28,254); }
div.DivClassName
{
background-color: #9D1CFE;
}
.BgClassName
{
background-color: #9D1CFE;
}
</style>
border-color css
<style>
span { border-color: #9D1CFE; }
span { border-color: rgb(157,28,254); }
td.TdClassName
{
border-color: #9D1CFE;
}
.TagClassName
{
border-color: #9D1CFE;
}
</style>