Shades of Blue Violet #9C4BEE
Tints of Blue Violet #9C4BEE
RGB
CMYK
RGB Variations
Color information
#9C4BEE (or 0x9C4BEE) is known color: Blue Violet. HEX triplet: 9C, 4B and EE. RGB value is (156,75,238). Sum of RGB (Red+Green+Blue) = 156+75+238=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4BEE is #63B411. Grayscale: #757575. Windows color (decimal): -6534162 or 15616924. OLE color: 15616924.
HSL color Cylindrical-coordinate representation of color #9C4BEE: hue angle of 269.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4BEE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 75 | 238 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.07 |
| HSL | 269.82º | 0.83% | 0.61% | - |
| HSV(B) | 269.82º | 0.68% | 0.93% | - |
| XYZ | 31.66 | 18.27 | 82.75 | - |
| YUV | 117.8 | 195.84 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 238 | 0.34 | 0.68 | 0 | 0.07 | 269.82 | 0.83 | 0.61 |
| Hex | 9C | 4B | EE | 22 | 44 | 0 | 7 | 10E | 53 | 3D |
| Octal | 234 | 113 | 356 | 42 | 104 | 0 | 7 | 416 | 123 | 75 |
| Binary | 10011100 | 1001011 | 11101110 | 100010 | 1000100 | 0 | 111 | 100001110 | 1010011 | 111101 |
Color Harmonies of #9C4BEE
Complementary color
Monochromatic Colors of #9C4BEE
Black with #9C4BEE
Text Example
Text Example
White with #9C4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BEE; }
p { color: rgb(156,75,238); }
H1.HeaderClassName
{
color: #9C4BEE;
}
.AnyTagClassName
{
color: #9C4BEE;
}
</style>
background-color css
<style>
a { background-color: #9C4BEE; }
a { background-color: rgb(156,75,238); }
div.DivClassName
{
background-color: #9C4BEE;
}
.BgClassName
{
background-color: #9C4BEE;
}
</style>
border-color css
<style>
span { border-color: #9C4BEE; }
span { border-color: rgb(156,75,238); }
td.TdClassName
{
border-color: #9C4BEE;
}
.TagClassName
{
border-color: #9C4BEE;
}
</style>