Shades of Blue Violet #9C4BFE
Tints of Blue Violet #9C4BFE
RGB
CMYK
RGB Variations
Color information
#9C4BFE (or 0x9C4BFE) is known color: Blue Violet. HEX triplet: 9C, 4B and FE. RGB value is (156,75,254). Sum of RGB (Red+Green+Blue) = 156+75+254=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C4BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4BFE is #63B401. Grayscale: #767676. Windows color (decimal): -6534146 or 16665500. OLE color: 16665500.
HSL color Cylindrical-coordinate representation of color #9C4BFE: hue angle of 267.15º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C4BFE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 75 | 254 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.00 |
| HSL | 267.15º | 0.99% | 0.65% | - |
| HSV(B) | 267.15º | 0.7% | 1% | - |
| XYZ | 34.12 | 19.26 | 95.68 | - |
| YUV | 119.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 254 | 0.39 | 0.70 | 0 | 0.00 | 267.15 | 0.99 | 0.65 |
| Hex | 9C | 4B | FE | 27 | 46 | 0 | 0 | 10B | 63 | 41 |
| Octal | 234 | 113 | 376 | 47 | 106 | 0 | 0 | 413 | 143 | 101 |
| Binary | 10011100 | 1001011 | 11111110 | 100111 | 1000110 | 0 | 0 | 100001011 | 1100011 | 1000001 |
Color Harmonies of #9C4BFE
Complementary color
Monochromatic Colors of #9C4BFE
Black with #9C4BFE
Text Example
Text Example
White with #9C4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BFE; }
p { color: rgb(156,75,254); }
H1.HeaderClassName
{
color: #9C4BFE;
}
.AnyTagClassName
{
color: #9C4BFE;
}
</style>
background-color css
<style>
a { background-color: #9C4BFE; }
a { background-color: rgb(156,75,254); }
div.DivClassName
{
background-color: #9C4BFE;
}
.BgClassName
{
background-color: #9C4BFE;
}
</style>
border-color css
<style>
span { border-color: #9C4BFE; }
span { border-color: rgb(156,75,254); }
td.TdClassName
{
border-color: #9C4BFE;
}
.TagClassName
{
border-color: #9C4BFE;
}
</style>