Shades of Blue Violet #9623E5
Tints of Blue Violet #9623E5
RGB
CMYK
RGB Variations
Color information
#9623E5 (or 0x9623E5) is known color: Blue Violet. HEX triplet: 96, 23 and E5. RGB value is (150,35,229). Sum of RGB (Red+Green+Blue) = 150+35+229=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #9623E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623E5 is #69DC1A. Grayscale: #5A5A5A. Windows color (decimal): -6937627 or 15016854. OLE color: 15016854.
HSL color Cylindrical-coordinate representation of color #9623E5: hue angle of 275.57º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9623E5 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 35 | 229 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.10 |
| HSL | 275.57º | 0.79% | 0.52% | - |
| HSV(B) | 275.57º | 0.85% | 0.9% | - |
| XYZ | 27.32 | 13.34 | 75.26 | - |
| YUV | 91.5 | 205.6 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 229 | 0.34 | 0.85 | 0 | 0.10 | 275.57 | 0.79 | 0.52 |
| Hex | 96 | 23 | E5 | 22 | 55 | 0 | A | 114 | 4F | 34 |
| Octal | 226 | 43 | 345 | 42 | 125 | 0 | 12 | 424 | 117 | 64 |
| Binary | 10010110 | 100011 | 11100101 | 100010 | 1010101 | 0 | 1010 | 100010100 | 1001111 | 110100 |
Color Harmonies of #9623E5
Complementary color
Monochromatic Colors of #9623E5
Black with #9623E5
Text Example
Text Example
White with #9623E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9623E5; }
p { color: rgb(150,35,229); }
H1.HeaderClassName
{
color: #9623E5;
}
.AnyTagClassName
{
color: #9623E5;
}
</style>
background-color css
<style>
a { background-color: #9623E5; }
a { background-color: rgb(150,35,229); }
div.DivClassName
{
background-color: #9623E5;
}
.BgClassName
{
background-color: #9623E5;
}
</style>
border-color css
<style>
span { border-color: #9623E5; }
span { border-color: rgb(150,35,229); }
td.TdClassName
{
border-color: #9623E5;
}
.TagClassName
{
border-color: #9623E5;
}
</style>