Shades of Vivid Violet #9445A4
Tints of Vivid Violet #9445A4
RGB
CMYK
RGB Variations
Color information
#9445A4 (or 0x9445A4) is known color: Vivid Violet. HEX triplet: 94, 45 and A4. RGB value is (148,69,164). Sum of RGB (Red+Green+Blue) = 148+69+164=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #9445A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9445A4 is #6BBA5B. Grayscale: #676767. Windows color (decimal): -7060060 or 10765716. OLE color: 10765716.
HSL color Cylindrical-coordinate representation of color #9445A4: hue angle of 289.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9445A4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 69 | 164 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.36 |
| HSL | 289.89º | 0.41% | 0.46% | - |
| HSV(B) | 289.89º | 0.58% | 0.64% | - |
| XYZ | 21.04 | 13.23 | 36.57 | - |
| YUV | 103.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 164 | 0.10 | 0.58 | 0 | 0.36 | 289.89 | 0.41 | 0.46 |
| Hex | 94 | 45 | A4 | A | 3A | 0 | 24 | 122 | 29 | 2E |
| Octal | 224 | 105 | 244 | 12 | 72 | 0 | 44 | 442 | 51 | 56 |
| Binary | 10010100 | 1000101 | 10100100 | 1010 | 111010 | 0 | 100100 | 100100010 | 101001 | 101110 |
Color Harmonies of #9445A4
Complementary color
Monochromatic Colors of #9445A4
Black with #9445A4
Text Example
Text Example
White with #9445A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9445A4; }
p { color: rgb(148,69,164); }
H1.HeaderClassName
{
color: #9445A4;
}
.AnyTagClassName
{
color: #9445A4;
}
</style>
background-color css
<style>
a { background-color: #9445A4; }
a { background-color: rgb(148,69,164); }
div.DivClassName
{
background-color: #9445A4;
}
.BgClassName
{
background-color: #9445A4;
}
</style>
border-color css
<style>
span { border-color: #9445A4; }
span { border-color: rgb(148,69,164); }
td.TdClassName
{
border-color: #9445A4;
}
.TagClassName
{
border-color: #9445A4;
}
</style>