Shades of Blue Violet #9E23DF
Tints of Blue Violet #9E23DF
RGB
CMYK
RGB Variations
Color information
#9E23DF (or 0x9E23DF) is known color: Blue Violet. HEX triplet: 9E, 23 and DF. RGB value is (158,35,223). Sum of RGB (Red+Green+Blue) = 158+35+223=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E23DF is #61DC20. Grayscale: #5C5C5C. Windows color (decimal): -6413345 or 14623646. OLE color: 14623646.
HSL color Cylindrical-coordinate representation of color #9E23DF: hue angle of 279.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E23DF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 35 | 223 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.13 |
| HSL | 279.26º | 0.75% | 0.51% | - |
| HSV(B) | 279.26º | 0.84% | 0.87% | - |
| XYZ | 28.02 | 13.8 | 71 | - |
| YUV | 93.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 223 | 0.29 | 0.84 | 0 | 0.13 | 279.26 | 0.75 | 0.51 |
| Hex | 9E | 23 | DF | 1D | 54 | 0 | D | 117 | 4B | 33 |
| Octal | 236 | 43 | 337 | 35 | 124 | 0 | 15 | 427 | 113 | 63 |
| Binary | 10011110 | 100011 | 11011111 | 11101 | 1010100 | 0 | 1101 | 100010111 | 1001011 | 110011 |
Color Harmonies of #9E23DF
Complementary color
Monochromatic Colors of #9E23DF
Black with #9E23DF
Text Example
Text Example
White with #9E23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E23DF; }
p { color: rgb(158,35,223); }
H1.HeaderClassName
{
color: #9E23DF;
}
.AnyTagClassName
{
color: #9E23DF;
}
</style>
background-color css
<style>
a { background-color: #9E23DF; }
a { background-color: rgb(158,35,223); }
div.DivClassName
{
background-color: #9E23DF;
}
.BgClassName
{
background-color: #9E23DF;
}
</style>
border-color css
<style>
span { border-color: #9E23DF; }
span { border-color: rgb(158,35,223); }
td.TdClassName
{
border-color: #9E23DF;
}
.TagClassName
{
border-color: #9E23DF;
}
</style>