Shades of Blue Violet #9F3EEB
Tints of Blue Violet #9F3EEB
RGB
CMYK
RGB Variations
Color information
#9F3EEB (or 0x9F3EEB) is known color: Blue Violet. HEX triplet: 9F, 3E and EB. RGB value is (159,62,235). Sum of RGB (Red+Green+Blue) = 159+62+235=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3EEB is #60C114. Grayscale: #6E6E6E. Windows color (decimal): -6340885 or 15416991. OLE color: 15416991.
HSL color Cylindrical-coordinate representation of color #9F3EEB: hue angle of 273.64º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F3EEB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 62 | 235 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.08 |
| HSL | 273.64º | 0.81% | 0.58% | - |
| HSV(B) | 273.64º | 0.74% | 0.92% | - |
| XYZ | 31.02 | 16.81 | 80.21 | - |
| YUV | 110.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 235 | 0.32 | 0.74 | 0 | 0.08 | 273.64 | 0.81 | 0.58 |
| Hex | 9F | 3E | EB | 20 | 4A | 0 | 8 | 112 | 51 | 3A |
| Octal | 237 | 76 | 353 | 40 | 112 | 0 | 10 | 422 | 121 | 72 |
| Binary | 10011111 | 111110 | 11101011 | 100000 | 1001010 | 0 | 1000 | 100010010 | 1010001 | 111010 |
Color Harmonies of #9F3EEB
Complementary color
Monochromatic Colors of #9F3EEB
Black with #9F3EEB
Text Example
Text Example
White with #9F3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3EEB; }
p { color: rgb(159,62,235); }
H1.HeaderClassName
{
color: #9F3EEB;
}
.AnyTagClassName
{
color: #9F3EEB;
}
</style>
background-color css
<style>
a { background-color: #9F3EEB; }
a { background-color: rgb(159,62,235); }
div.DivClassName
{
background-color: #9F3EEB;
}
.BgClassName
{
background-color: #9F3EEB;
}
</style>
border-color css
<style>
span { border-color: #9F3EEB; }
span { border-color: rgb(159,62,235); }
td.TdClassName
{
border-color: #9F3EEB;
}
.TagClassName
{
border-color: #9F3EEB;
}
</style>