Shades of Blue Violet #9F44EA
Tints of Blue Violet #9F44EA
RGB
CMYK
RGB Variations
Color information
#9F44EA (or 0x9F44EA) is known color: Blue Violet. HEX triplet: 9F, 44 and EA. RGB value is (159,68,234). Sum of RGB (Red+Green+Blue) = 159+68+234=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F44EA is #60BB15. Grayscale: #717171. Windows color (decimal): -6339350 or 15352991. OLE color: 15352991.
HSL color Cylindrical-coordinate representation of color #9F44EA: hue angle of 272.89º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F44EA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 68 | 234 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.08 |
| HSL | 272.89º | 0.8% | 0.59% | - |
| HSV(B) | 272.89º | 0.71% | 0.92% | - |
| XYZ | 31.22 | 17.45 | 79.56 | - |
| YUV | 114.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 234 | 0.32 | 0.71 | 0 | 0.08 | 272.89 | 0.8 | 0.59 |
| Hex | 9F | 44 | EA | 20 | 47 | 0 | 8 | 111 | 50 | 3B |
| Octal | 237 | 104 | 352 | 40 | 107 | 0 | 10 | 421 | 120 | 73 |
| Binary | 10011111 | 1000100 | 11101010 | 100000 | 1000111 | 0 | 1000 | 100010001 | 1010000 | 111011 |
Color Harmonies of #9F44EA
Complementary color
Monochromatic Colors of #9F44EA
Black with #9F44EA
Text Example
Text Example
White with #9F44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44EA; }
p { color: rgb(159,68,234); }
H1.HeaderClassName
{
color: #9F44EA;
}
.AnyTagClassName
{
color: #9F44EA;
}
</style>
background-color css
<style>
a { background-color: #9F44EA; }
a { background-color: rgb(159,68,234); }
div.DivClassName
{
background-color: #9F44EA;
}
.BgClassName
{
background-color: #9F44EA;
}
</style>
border-color css
<style>
span { border-color: #9F44EA; }
span { border-color: rgb(159,68,234); }
td.TdClassName
{
border-color: #9F44EA;
}
.TagClassName
{
border-color: #9F44EA;
}
</style>