Shades of Vivid Violet #9642A4
Tints of Vivid Violet #9642A4
RGB
CMYK
RGB Variations
Color information
#9642A4 (or 0x9642A4) is known color: Vivid Violet. HEX triplet: 96, 42 and A4. RGB value is (150,66,164). Sum of RGB (Red+Green+Blue) = 150+66+164=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #9642A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9642A4 is #69BD5B. Grayscale: #656565. Windows color (decimal): -6929756 or 10764950. OLE color: 10764950.
HSL color Cylindrical-coordinate representation of color #9642A4: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9642A4 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 66 | 164 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.36 |
| HSL | 291.43º | 0.43% | 0.45% | - |
| HSV(B) | 291.43º | 0.6% | 0.64% | - |
| XYZ | 21.23 | 13.06 | 36.52 | - |
| YUV | 102.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 164 | 0.09 | 0.60 | 0 | 0.36 | 291.43 | 0.43 | 0.45 |
| Hex | 96 | 42 | A4 | 9 | 3C | 0 | 24 | 123 | 2B | 2D |
| Octal | 226 | 102 | 244 | 11 | 74 | 0 | 44 | 443 | 53 | 55 |
| Binary | 10010110 | 1000010 | 10100100 | 1001 | 111100 | 0 | 100100 | 100100011 | 101011 | 101101 |
Color Harmonies of #9642A4
Complementary color
Monochromatic Colors of #9642A4
Black with #9642A4
Text Example
Text Example
White with #9642A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642A4; }
p { color: rgb(150,66,164); }
H1.HeaderClassName
{
color: #9642A4;
}
.AnyTagClassName
{
color: #9642A4;
}
</style>
background-color css
<style>
a { background-color: #9642A4; }
a { background-color: rgb(150,66,164); }
div.DivClassName
{
background-color: #9642A4;
}
.BgClassName
{
background-color: #9642A4;
}
</style>
border-color css
<style>
span { border-color: #9642A4; }
span { border-color: rgb(150,66,164); }
td.TdClassName
{
border-color: #9642A4;
}
.TagClassName
{
border-color: #9642A4;
}
</style>