Shades of Blue Violet #9C3EFA
Tints of Blue Violet #9C3EFA
RGB
CMYK
RGB Variations
Color information
#9C3EFA (or 0x9C3EFA) is known color: Blue Violet. HEX triplet: 9C, 3E and FA. RGB value is (156,62,250). Sum of RGB (Red+Green+Blue) = 156+62+250=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C3EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3EFA is #63C105. Grayscale: #6E6E6E. Windows color (decimal): -6537478 or 16400028. OLE color: 16400028.
HSL color Cylindrical-coordinate representation of color #9C3EFA: hue angle of 270º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C3EFA is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 62 | 250 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.61% | - |
| HSV(B) | 270º | 0.75% | 0.98% | - |
| XYZ | 32.69 | 17.42 | 92.08 | - |
| YUV | 111.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 250 | 0.38 | 0.75 | 0 | 0.02 | 270 | 0.95 | 0.61 |
| Hex | 9C | 3E | FA | 26 | 4B | 0 | 2 | 10E | 5F | 3D |
| Octal | 234 | 76 | 372 | 46 | 113 | 0 | 2 | 416 | 137 | 75 |
| Binary | 10011100 | 111110 | 11111010 | 100110 | 1001011 | 0 | 10 | 100001110 | 1011111 | 111101 |
Color Harmonies of #9C3EFA
Complementary color
Monochromatic Colors of #9C3EFA
Black with #9C3EFA
Text Example
Text Example
White with #9C3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3EFA; }
p { color: rgb(156,62,250); }
H1.HeaderClassName
{
color: #9C3EFA;
}
.AnyTagClassName
{
color: #9C3EFA;
}
</style>
background-color css
<style>
a { background-color: #9C3EFA; }
a { background-color: rgb(156,62,250); }
div.DivClassName
{
background-color: #9C3EFA;
}
.BgClassName
{
background-color: #9C3EFA;
}
</style>
border-color css
<style>
span { border-color: #9C3EFA; }
span { border-color: rgb(156,62,250); }
td.TdClassName
{
border-color: #9C3EFA;
}
.TagClassName
{
border-color: #9C3EFA;
}
</style>