Shades of Vivid Violet #9641A3
Tints of Vivid Violet #9641A3
RGB
CMYK
RGB Variations
Color information
#9641A3 (or 0x9641A3) is known color: Vivid Violet. HEX triplet: 96, 41 and A3. RGB value is (150,65,163). Sum of RGB (Red+Green+Blue) = 150+65+163=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #9641A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641A3 is #69BE5C. Grayscale: #656565. Windows color (decimal): -6930013 or 10699158. OLE color: 10699158.
HSL color Cylindrical-coordinate representation of color #9641A3: hue angle of 292.04º 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 #9641A3 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 65 | 163 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.36 |
| HSL | 292.04º | 0.43% | 0.45% | - |
| HSV(B) | 292.04º | 0.6% | 0.64% | - |
| XYZ | 21.08 | 12.91 | 36.03 | - |
| YUV | 101.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 163 | 0.08 | 0.60 | 0 | 0.36 | 292.04 | 0.43 | 0.45 |
| Hex | 96 | 41 | A3 | 8 | 3C | 0 | 24 | 124 | 2B | 2D |
| Octal | 226 | 101 | 243 | 10 | 74 | 0 | 44 | 444 | 53 | 55 |
| Binary | 10010110 | 1000001 | 10100011 | 1000 | 111100 | 0 | 100100 | 100100100 | 101011 | 101101 |
Color Harmonies of #9641A3
Complementary color
Monochromatic Colors of #9641A3
Black with #9641A3
Text Example
Text Example
White with #9641A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641A3; }
p { color: rgb(150,65,163); }
H1.HeaderClassName
{
color: #9641A3;
}
.AnyTagClassName
{
color: #9641A3;
}
</style>
background-color css
<style>
a { background-color: #9641A3; }
a { background-color: rgb(150,65,163); }
div.DivClassName
{
background-color: #9641A3;
}
.BgClassName
{
background-color: #9641A3;
}
</style>
border-color css
<style>
span { border-color: #9641A3; }
span { border-color: rgb(150,65,163); }
td.TdClassName
{
border-color: #9641A3;
}
.TagClassName
{
border-color: #9641A3;
}
</style>