Shades of Blue Violet #9D35FE
Tints of Blue Violet #9D35FE
RGB
CMYK
RGB Variations
Color information
#9D35FE (or 0x9D35FE) is known color: Blue Violet. HEX triplet: 9D, 35 and FE. RGB value is (157,53,254). Sum of RGB (Red+Green+Blue) = 157+53+254=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D35FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D35FE is #62CA01. Grayscale: #6A6A6A. Windows color (decimal): -6474242 or 16659869. OLE color: 16659869.
HSL color Cylindrical-coordinate representation of color #9D35FE: hue angle of 271.04º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D35FE is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 53 | 254 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.00 |
| HSL | 271.04º | 0.99% | 0.6% | - |
| HSV(B) | 271.04º | 0.79% | 1% | - |
| XYZ | 33.07 | 16.87 | 95.28 | - |
| YUV | 107.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 254 | 0.38 | 0.79 | 0 | 0.00 | 271.04 | 0.99 | 0.6 |
| Hex | 9D | 35 | FE | 26 | 4F | 0 | 0 | 10F | 63 | 3C |
| Octal | 235 | 65 | 376 | 46 | 117 | 0 | 0 | 417 | 143 | 74 |
| Binary | 10011101 | 110101 | 11111110 | 100110 | 1001111 | 0 | 0 | 100001111 | 1100011 | 111100 |
Color Harmonies of #9D35FE
Complementary color
Monochromatic Colors of #9D35FE
Black with #9D35FE
Text Example
Text Example
White with #9D35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D35FE; }
p { color: rgb(157,53,254); }
H1.HeaderClassName
{
color: #9D35FE;
}
.AnyTagClassName
{
color: #9D35FE;
}
</style>
background-color css
<style>
a { background-color: #9D35FE; }
a { background-color: rgb(157,53,254); }
div.DivClassName
{
background-color: #9D35FE;
}
.BgClassName
{
background-color: #9D35FE;
}
</style>
border-color css
<style>
span { border-color: #9D35FE; }
span { border-color: rgb(157,53,254); }
td.TdClassName
{
border-color: #9D35FE;
}
.TagClassName
{
border-color: #9D35FE;
}
</style>