Shades of Blue Violet #9D35FB
Tints of Blue Violet #9D35FB
RGB
CMYK
RGB Variations
Color information
#9D35FB (or 0x9D35FB) is known color: Blue Violet. HEX triplet: 9D, 35 and FB. RGB value is (157,53,251). Sum of RGB (Red+Green+Blue) = 157+53+251=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D35FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D35FB is #62CA04. Grayscale: #696969. Windows color (decimal): -6474245 or 16463261. OLE color: 16463261.
HSL color Cylindrical-coordinate representation of color #9D35FB: hue angle of 271.52º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D35FB is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 53 | 251 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.02 |
| HSL | 271.52º | 0.96% | 0.6% | - |
| HSV(B) | 271.52º | 0.79% | 0.98% | - |
| XYZ | 32.59 | 16.68 | 92.77 | - |
| YUV | 106.67 | 209.46 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 251 | 0.37 | 0.79 | 0 | 0.02 | 271.52 | 0.96 | 0.6 |
| Hex | 9D | 35 | FB | 25 | 4F | 0 | 2 | 110 | 60 | 3C |
| Octal | 235 | 65 | 373 | 45 | 117 | 0 | 2 | 420 | 140 | 74 |
| Binary | 10011101 | 110101 | 11111011 | 100101 | 1001111 | 0 | 10 | 100010000 | 1100000 | 111100 |
Color Harmonies of #9D35FB
Complementary color
Monochromatic Colors of #9D35FB
Black with #9D35FB
Text Example
Text Example
White with #9D35FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D35FB; }
p { color: rgb(157,53,251); }
H1.HeaderClassName
{
color: #9D35FB;
}
.AnyTagClassName
{
color: #9D35FB;
}
</style>
background-color css
<style>
a { background-color: #9D35FB; }
a { background-color: rgb(157,53,251); }
div.DivClassName
{
background-color: #9D35FB;
}
.BgClassName
{
background-color: #9D35FB;
}
</style>
border-color css
<style>
span { border-color: #9D35FB; }
span { border-color: rgb(157,53,251); }
td.TdClassName
{
border-color: #9D35FB;
}
.TagClassName
{
border-color: #9D35FB;
}
</style>