Shades of Blue Violet #9E43ED
Tints of Blue Violet #9E43ED
RGB
CMYK
RGB Variations
Color information
#9E43ED (or 0x9E43ED) is known color: Blue Violet. HEX triplet: 9E, 43 and ED. RGB value is (158,67,237). Sum of RGB (Red+Green+Blue) = 158+67+237=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E43ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E43ED is #61BC12. Grayscale: #717171. Windows color (decimal): -6405139 or 15549342. OLE color: 15549342.
HSL color Cylindrical-coordinate representation of color #9E43ED: hue angle of 272.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E43ED is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 67 | 237 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.07 |
| HSL | 272.12º | 0.83% | 0.6% | - |
| HSV(B) | 272.12º | 0.72% | 0.93% | - |
| XYZ | 31.39 | 17.4 | 81.82 | - |
| YUV | 113.59 | 197.65 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 237 | 0.33 | 0.72 | 0 | 0.07 | 272.12 | 0.83 | 0.6 |
| Hex | 9E | 43 | ED | 21 | 48 | 0 | 7 | 110 | 53 | 3C |
| Octal | 236 | 103 | 355 | 41 | 110 | 0 | 7 | 420 | 123 | 74 |
| Binary | 10011110 | 1000011 | 11101101 | 100001 | 1001000 | 0 | 111 | 100010000 | 1010011 | 111100 |
Color Harmonies of #9E43ED
Complementary color
Monochromatic Colors of #9E43ED
Black with #9E43ED
Text Example
Text Example
White with #9E43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E43ED; }
p { color: rgb(158,67,237); }
H1.HeaderClassName
{
color: #9E43ED;
}
.AnyTagClassName
{
color: #9E43ED;
}
</style>
background-color css
<style>
a { background-color: #9E43ED; }
a { background-color: rgb(158,67,237); }
div.DivClassName
{
background-color: #9E43ED;
}
.BgClassName
{
background-color: #9E43ED;
}
</style>
border-color css
<style>
span { border-color: #9E43ED; }
span { border-color: rgb(158,67,237); }
td.TdClassName
{
border-color: #9E43ED;
}
.TagClassName
{
border-color: #9E43ED;
}
</style>