Shades of Blue Violet #9E2BED
Tints of Blue Violet #9E2BED
RGB
CMYK
RGB Variations
Color information
#9E2BED (or 0x9E2BED) is known color: Blue Violet. HEX triplet: 9E, 2B and ED. RGB value is (158,43,237). Sum of RGB (Red+Green+Blue) = 158+43+237=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 43 (17.19% from 255 or 9.82% 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 #9E2BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BED is #61D412. Grayscale: #626262. Windows color (decimal): -6411283 or 15543198. OLE color: 15543198.
HSL color Cylindrical-coordinate representation of color #9E2BED: hue angle of 275.57º 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 #9E2BED is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 43 | 237 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.07 |
| HSL | 275.57º | 0.84% | 0.55% | - |
| HSV(B) | 275.57º | 0.82% | 0.93% | - |
| XYZ | 30.25 | 15.11 | 81.44 | - |
| YUV | 99.5 | 205.6 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 237 | 0.33 | 0.82 | 0 | 0.07 | 275.57 | 0.84 | 0.55 |
| Hex | 9E | 2B | ED | 21 | 52 | 0 | 7 | 114 | 54 | 37 |
| Octal | 236 | 53 | 355 | 41 | 122 | 0 | 7 | 424 | 124 | 67 |
| Binary | 10011110 | 101011 | 11101101 | 100001 | 1010010 | 0 | 111 | 100010100 | 1010100 | 110111 |
Color Harmonies of #9E2BED
Complementary color
Monochromatic Colors of #9E2BED
Black with #9E2BED
Text Example
Text Example
White with #9E2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BED; }
p { color: rgb(158,43,237); }
H1.HeaderClassName
{
color: #9E2BED;
}
.AnyTagClassName
{
color: #9E2BED;
}
</style>
background-color css
<style>
a { background-color: #9E2BED; }
a { background-color: rgb(158,43,237); }
div.DivClassName
{
background-color: #9E2BED;
}
.BgClassName
{
background-color: #9E2BED;
}
</style>
border-color css
<style>
span { border-color: #9E2BED; }
span { border-color: rgb(158,43,237); }
td.TdClassName
{
border-color: #9E2BED;
}
.TagClassName
{
border-color: #9E2BED;
}
</style>