Shades of Blue Violet #9F2AED
Tints of Blue Violet #9F2AED
RGB
CMYK
RGB Variations
Color information
#9F2AED (or 0x9F2AED) is known color: Blue Violet. HEX triplet: 9F, 2A and ED. RGB value is (159,42,237). Sum of RGB (Red+Green+Blue) = 159+42+237=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F2AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2AED is #60D512. Grayscale: #626262. Windows color (decimal): -6346003 or 15542943. OLE color: 15542943.
HSL color Cylindrical-coordinate representation of color #9F2AED: hue angle of 276º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F2AED is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 42 | 237 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.07 |
| HSL | 276º | 0.84% | 0.55% | - |
| HSV(B) | 276º | 0.82% | 0.93% | - |
| XYZ | 30.41 | 15.14 | 81.44 | - |
| YUV | 99.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 237 | 0.33 | 0.82 | 0 | 0.07 | 276 | 0.84 | 0.55 |
| Hex | 9F | 2A | ED | 21 | 52 | 0 | 7 | 114 | 54 | 37 |
| Octal | 237 | 52 | 355 | 41 | 122 | 0 | 7 | 424 | 124 | 67 |
| Binary | 10011111 | 101010 | 11101101 | 100001 | 1010010 | 0 | 111 | 100010100 | 1010100 | 110111 |
Color Harmonies of #9F2AED
Complementary color
Monochromatic Colors of #9F2AED
Black with #9F2AED
Text Example
Text Example
White with #9F2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2AED; }
p { color: rgb(159,42,237); }
H1.HeaderClassName
{
color: #9F2AED;
}
.AnyTagClassName
{
color: #9F2AED;
}
</style>
background-color css
<style>
a { background-color: #9F2AED; }
a { background-color: rgb(159,42,237); }
div.DivClassName
{
background-color: #9F2AED;
}
.BgClassName
{
background-color: #9F2AED;
}
</style>
border-color css
<style>
span { border-color: #9F2AED; }
span { border-color: rgb(159,42,237); }
td.TdClassName
{
border-color: #9F2AED;
}
.TagClassName
{
border-color: #9F2AED;
}
</style>