Shades of Blue Violet #9D3EFC
Tints of Blue Violet #9D3EFC
RGB
CMYK
RGB Variations
Color information
#9D3EFC (or 0x9D3EFC) is known color: Blue Violet. HEX triplet: 9D, 3E and FC. RGB value is (157,62,252). Sum of RGB (Red+Green+Blue) = 157+62+252=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D3EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3EFC is #62C103. Grayscale: #6F6F6F. Windows color (decimal): -6471940 or 16531101. OLE color: 16531101.
HSL color Cylindrical-coordinate representation of color #9D3EFC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3EFC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 62 | 252 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.62% | - |
| HSV(B) | 270º | 0.75% | 0.99% | - |
| XYZ | 33.2 | 17.64 | 93.75 | - |
| YUV | 112.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 252 | 0.38 | 0.75 | 0 | 0.01 | 270 | 0.97 | 0.62 |
| Hex | 9D | 3E | FC | 26 | 4B | 0 | 1 | 10E | 61 | 3E |
| Octal | 235 | 76 | 374 | 46 | 113 | 0 | 1 | 416 | 141 | 76 |
| Binary | 10011101 | 111110 | 11111100 | 100110 | 1001011 | 0 | 1 | 100001110 | 1100001 | 111110 |
Color Harmonies of #9D3EFC
Complementary color
Monochromatic Colors of #9D3EFC
Black with #9D3EFC
Text Example
Text Example
White with #9D3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EFC; }
p { color: rgb(157,62,252); }
H1.HeaderClassName
{
color: #9D3EFC;
}
.AnyTagClassName
{
color: #9D3EFC;
}
</style>
background-color css
<style>
a { background-color: #9D3EFC; }
a { background-color: rgb(157,62,252); }
div.DivClassName
{
background-color: #9D3EFC;
}
.BgClassName
{
background-color: #9D3EFC;
}
</style>
border-color css
<style>
span { border-color: #9D3EFC; }
span { border-color: rgb(157,62,252); }
td.TdClassName
{
border-color: #9D3EFC;
}
.TagClassName
{
border-color: #9D3EFC;
}
</style>