Shades of Vivid Violet #9636A4
Tints of Vivid Violet #9636A4
RGB
CMYK
RGB Variations
Color information
#9636A4 (or 0x9636A4) is known color: Vivid Violet. HEX triplet: 96, 36 and A4. RGB value is (150,54,164). Sum of RGB (Red+Green+Blue) = 150+54+164=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #9636A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9636A4 is #69C95B. Grayscale: #5E5E5E. Windows color (decimal): -6932828 or 10761878. OLE color: 10761878.
HSL color Cylindrical-coordinate representation of color #9636A4: hue angle of 292.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9636A4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 54 | 164 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.36 |
| HSL | 292.36º | 0.5% | 0.43% | - |
| HSV(B) | 292.36º | 0.67% | 0.64% | - |
| XYZ | 20.6 | 11.8 | 36.31 | - |
| YUV | 95.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 164 | 0.09 | 0.67 | 0 | 0.36 | 292.36 | 0.5 | 0.43 |
| Hex | 96 | 36 | A4 | 9 | 43 | 0 | 24 | 124 | 32 | 2B |
| Octal | 226 | 66 | 244 | 11 | 103 | 0 | 44 | 444 | 62 | 53 |
| Binary | 10010110 | 110110 | 10100100 | 1001 | 1000011 | 0 | 100100 | 100100100 | 110010 | 101011 |
Color Harmonies of #9636A4
Complementary color
Monochromatic Colors of #9636A4
Black with #9636A4
Text Example
Text Example
White with #9636A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9636A4; }
p { color: rgb(150,54,164); }
H1.HeaderClassName
{
color: #9636A4;
}
.AnyTagClassName
{
color: #9636A4;
}
</style>
background-color css
<style>
a { background-color: #9636A4; }
a { background-color: rgb(150,54,164); }
div.DivClassName
{
background-color: #9636A4;
}
.BgClassName
{
background-color: #9636A4;
}
</style>
border-color css
<style>
span { border-color: #9636A4; }
span { border-color: rgb(150,54,164); }
td.TdClassName
{
border-color: #9636A4;
}
.TagClassName
{
border-color: #9636A4;
}
</style>