Shades of Blue Violet #9C4AFE
Tints of Blue Violet #9C4AFE
RGB
CMYK
RGB Variations
Color information
#9C4AFE (or 0x9C4AFE) is known color: Blue Violet. HEX triplet: 9C, 4A and FE. RGB value is (156,74,254). Sum of RGB (Red+Green+Blue) = 156+74+254=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4AFE is #63B501. Grayscale: #767676. Windows color (decimal): -6534402 or 16665244. OLE color: 16665244.
HSL color Cylindrical-coordinate representation of color #9C4AFE: hue angle of 267.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C4AFE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 74 | 254 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.00 |
| HSL | 267.33º | 0.99% | 0.64% | - |
| HSV(B) | 267.33º | 0.71% | 1% | - |
| XYZ | 34.05 | 19.12 | 95.66 | - |
| YUV | 119.04 | 204.17 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 254 | 0.39 | 0.71 | 0 | 0.00 | 267.33 | 0.99 | 0.64 |
| Hex | 9C | 4A | FE | 27 | 47 | 0 | 0 | 10B | 63 | 40 |
| Octal | 234 | 112 | 376 | 47 | 107 | 0 | 0 | 413 | 143 | 100 |
| Binary | 10011100 | 1001010 | 11111110 | 100111 | 1000111 | 0 | 0 | 100001011 | 1100011 | 1000000 |
Color Harmonies of #9C4AFE
Complementary color
Monochromatic Colors of #9C4AFE
Black with #9C4AFE
Text Example
Text Example
White with #9C4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4AFE; }
p { color: rgb(156,74,254); }
H1.HeaderClassName
{
color: #9C4AFE;
}
.AnyTagClassName
{
color: #9C4AFE;
}
</style>
background-color css
<style>
a { background-color: #9C4AFE; }
a { background-color: rgb(156,74,254); }
div.DivClassName
{
background-color: #9C4AFE;
}
.BgClassName
{
background-color: #9C4AFE;
}
</style>
border-color css
<style>
span { border-color: #9C4AFE; }
span { border-color: rgb(156,74,254); }
td.TdClassName
{
border-color: #9C4AFE;
}
.TagClassName
{
border-color: #9C4AFE;
}
</style>