Shades of Blue Violet #9F4CEE
Tints of Blue Violet #9F4CEE
RGB
CMYK
RGB Variations
Color information
#9F4CEE (or 0x9F4CEE) is known color: Blue Violet. HEX triplet: 9F, 4C and EE. RGB value is (159,76,238). Sum of RGB (Red+Green+Blue) = 159+76+238=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4CEE is #60B311. Grayscale: #767676. Windows color (decimal): -6337298 or 15617183. OLE color: 15617183.
HSL color Cylindrical-coordinate representation of color #9F4CEE: hue angle of 270.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4CEE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 76 | 238 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.74º | 0.83% | 0.62% | - |
| HSV(B) | 270.74º | 0.68% | 0.93% | - |
| XYZ | 32.32 | 18.71 | 82.8 | - |
| YUV | 119.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 238 | 0.33 | 0.68 | 0 | 0.07 | 270.74 | 0.83 | 0.62 |
| Hex | 9F | 4C | EE | 21 | 44 | 0 | 7 | 10F | 53 | 3E |
| Octal | 237 | 114 | 356 | 41 | 104 | 0 | 7 | 417 | 123 | 76 |
| Binary | 10011111 | 1001100 | 11101110 | 100001 | 1000100 | 0 | 111 | 100001111 | 1010011 | 111110 |
Color Harmonies of #9F4CEE
Complementary color
Monochromatic Colors of #9F4CEE
Black with #9F4CEE
Text Example
Text Example
White with #9F4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CEE; }
p { color: rgb(159,76,238); }
H1.HeaderClassName
{
color: #9F4CEE;
}
.AnyTagClassName
{
color: #9F4CEE;
}
</style>
background-color css
<style>
a { background-color: #9F4CEE; }
a { background-color: rgb(159,76,238); }
div.DivClassName
{
background-color: #9F4CEE;
}
.BgClassName
{
background-color: #9F4CEE;
}
</style>
border-color css
<style>
span { border-color: #9F4CEE; }
span { border-color: rgb(159,76,238); }
td.TdClassName
{
border-color: #9F4CEE;
}
.TagClassName
{
border-color: #9F4CEE;
}
</style>