Shades of Blue Violet #9F46EE
Tints of Blue Violet #9F46EE
RGB
CMYK
RGB Variations
Color information
#9F46EE (or 0x9F46EE) is known color: Blue Violet. HEX triplet: 9F, 46 and EE. RGB value is (159,70,238). Sum of RGB (Red+Green+Blue) = 159+70+238=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F46EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F46EE is #60B911. Grayscale: #737373. Windows color (decimal): -6338834 or 15615647. OLE color: 15615647.
HSL color Cylindrical-coordinate representation of color #9F46EE: hue angle of 271.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F46EE is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 70 | 238 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.07 |
| HSL | 271.79º | 0.83% | 0.6% | - |
| HSV(B) | 271.79º | 0.71% | 0.93% | - |
| XYZ | 31.92 | 17.92 | 82.67 | - |
| YUV | 115.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 238 | 0.33 | 0.71 | 0 | 0.07 | 271.79 | 0.83 | 0.6 |
| Hex | 9F | 46 | EE | 21 | 47 | 0 | 7 | 110 | 53 | 3C |
| Octal | 237 | 106 | 356 | 41 | 107 | 0 | 7 | 420 | 123 | 74 |
| Binary | 10011111 | 1000110 | 11101110 | 100001 | 1000111 | 0 | 111 | 100010000 | 1010011 | 111100 |
Color Harmonies of #9F46EE
Complementary color
Monochromatic Colors of #9F46EE
Black with #9F46EE
Text Example
Text Example
White with #9F46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F46EE; }
p { color: rgb(159,70,238); }
H1.HeaderClassName
{
color: #9F46EE;
}
.AnyTagClassName
{
color: #9F46EE;
}
</style>
background-color css
<style>
a { background-color: #9F46EE; }
a { background-color: rgb(159,70,238); }
div.DivClassName
{
background-color: #9F46EE;
}
.BgClassName
{
background-color: #9F46EE;
}
</style>
border-color css
<style>
span { border-color: #9F46EE; }
span { border-color: rgb(159,70,238); }
td.TdClassName
{
border-color: #9F46EE;
}
.TagClassName
{
border-color: #9F46EE;
}
</style>