Shades of Blue Violet #9D35E5
Tints of Blue Violet #9D35E5
RGB
CMYK
RGB Variations
Color information
#9D35E5 (or 0x9D35E5) is known color: Blue Violet. HEX triplet: 9D, 35 and E5. RGB value is (157,53,229). Sum of RGB (Red+Green+Blue) = 157+53+229=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #9D35E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D35E5 is #62CA1A. Grayscale: #676767. Windows color (decimal): -6474267 or 15021469. OLE color: 15021469.
HSL color Cylindrical-coordinate representation of color #9D35E5: hue angle of 275.45º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D35E5 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 53 | 229 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.10 |
| HSL | 275.45º | 0.77% | 0.55% | - |
| HSV(B) | 275.45º | 0.77% | 0.9% | - |
| XYZ | 29.32 | 15.37 | 75.55 | - |
| YUV | 104.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 229 | 0.31 | 0.77 | 0 | 0.10 | 275.45 | 0.77 | 0.55 |
| Hex | 9D | 35 | E5 | 1F | 4D | 0 | A | 113 | 4D | 37 |
| Octal | 235 | 65 | 345 | 37 | 115 | 0 | 12 | 423 | 115 | 67 |
| Binary | 10011101 | 110101 | 11100101 | 11111 | 1001101 | 0 | 1010 | 100010011 | 1001101 | 110111 |
Color Harmonies of #9D35E5
Complementary color
Monochromatic Colors of #9D35E5
Black with #9D35E5
Text Example
Text Example
White with #9D35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D35E5; }
p { color: rgb(157,53,229); }
H1.HeaderClassName
{
color: #9D35E5;
}
.AnyTagClassName
{
color: #9D35E5;
}
</style>
background-color css
<style>
a { background-color: #9D35E5; }
a { background-color: rgb(157,53,229); }
div.DivClassName
{
background-color: #9D35E5;
}
.BgClassName
{
background-color: #9D35E5;
}
</style>
border-color css
<style>
span { border-color: #9D35E5; }
span { border-color: rgb(157,53,229); }
td.TdClassName
{
border-color: #9D35E5;
}
.TagClassName
{
border-color: #9D35E5;
}
</style>