Shades of Vivid Violet #9623A0
Tints of Vivid Violet #9623A0
RGB
CMYK
RGB Variations
Color information
#9623A0 (or 0x9623A0) is known color: Vivid Violet. HEX triplet: 96, 23 and A0. RGB value is (150,35,160). Sum of RGB (Red+Green+Blue) = 150+35+160=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #9623A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9623A0 is #69DC5F. Grayscale: #535353. Windows color (decimal): -6937696 or 10494870. OLE color: 10494870.
HSL color Cylindrical-coordinate representation of color #9623A0: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9623A0 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 35 | 160 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.37 |
| HSL | 295.2º | 0.64% | 0.38% | - |
| HSV(B) | 295.2º | 0.78% | 0.63% | - |
| XYZ | 19.52 | 10.22 | 34.2 | - |
| YUV | 83.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 160 | 0.06 | 0.78 | 0 | 0.37 | 295.2 | 0.64 | 0.38 |
| Hex | 96 | 23 | A0 | 6 | 4E | 0 | 25 | 127 | 40 | 26 |
| Octal | 226 | 43 | 240 | 6 | 116 | 0 | 45 | 447 | 100 | 46 |
| Binary | 10010110 | 100011 | 10100000 | 110 | 1001110 | 0 | 100101 | 100100111 | 1000000 | 100110 |
Color Harmonies of #9623A0
Complementary color
Monochromatic Colors of #9623A0
Black with #9623A0
Text Example
Text Example
White with #9623A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9623A0; }
p { color: rgb(150,35,160); }
H1.HeaderClassName
{
color: #9623A0;
}
.AnyTagClassName
{
color: #9623A0;
}
</style>
background-color css
<style>
a { background-color: #9623A0; }
a { background-color: rgb(150,35,160); }
div.DivClassName
{
background-color: #9623A0;
}
.BgClassName
{
background-color: #9623A0;
}
</style>
border-color css
<style>
span { border-color: #9623A0; }
span { border-color: rgb(150,35,160); }
td.TdClassName
{
border-color: #9623A0;
}
.TagClassName
{
border-color: #9623A0;
}
</style>