Shades of Blue Violet #9E3CFC
Tints of Blue Violet #9E3CFC
RGB
CMYK
RGB Variations
Color information
#9E3CFC (or 0x9E3CFC) is known color: Blue Violet. HEX triplet: 9E, 3C and FC. RGB value is (158,60,252). Sum of RGB (Red+Green+Blue) = 158+60+252=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E3CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3CFC is #61C303. Grayscale: #6E6E6E. Windows color (decimal): -6406916 or 16530590. OLE color: 16530590.
HSL color Cylindrical-coordinate representation of color #9E3CFC: hue angle of 270.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3CFC is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 60 | 252 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.01 |
| HSL | 270.63º | 0.97% | 0.61% | - |
| HSV(B) | 270.63º | 0.76% | 0.99% | - |
| XYZ | 33.29 | 17.53 | 93.72 | - |
| YUV | 111.19 | 207.47 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 252 | 0.37 | 0.76 | 0 | 0.01 | 270.63 | 0.97 | 0.61 |
| Hex | 9E | 3C | FC | 25 | 4C | 0 | 1 | 10F | 61 | 3D |
| Octal | 236 | 74 | 374 | 45 | 114 | 0 | 1 | 417 | 141 | 75 |
| Binary | 10011110 | 111100 | 11111100 | 100101 | 1001100 | 0 | 1 | 100001111 | 1100001 | 111101 |
Color Harmonies of #9E3CFC
Complementary color
Monochromatic Colors of #9E3CFC
Black with #9E3CFC
Text Example
Text Example
White with #9E3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CFC; }
p { color: rgb(158,60,252); }
H1.HeaderClassName
{
color: #9E3CFC;
}
.AnyTagClassName
{
color: #9E3CFC;
}
</style>
background-color css
<style>
a { background-color: #9E3CFC; }
a { background-color: rgb(158,60,252); }
div.DivClassName
{
background-color: #9E3CFC;
}
.BgClassName
{
background-color: #9E3CFC;
}
</style>
border-color css
<style>
span { border-color: #9E3CFC; }
span { border-color: rgb(158,60,252); }
td.TdClassName
{
border-color: #9E3CFC;
}
.TagClassName
{
border-color: #9E3CFC;
}
</style>