Shades of Vivid Violet #9A3CA4
Tints of Vivid Violet #9A3CA4
RGB
CMYK
RGB Variations
Color information
#9A3CA4 (or 0x9A3CA4) is known color: Vivid Violet. HEX triplet: 9A, 3C and A4. RGB value is (154,60,164). Sum of RGB (Red+Green+Blue) = 154+60+164=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3CA4 is #65C35B. Grayscale: #636363. Windows color (decimal): -6669148 or 10763418. OLE color: 10763418.
HSL color Cylindrical-coordinate representation of color #9A3CA4: hue angle of 294.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3CA4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 60 | 164 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.36 |
| HSL | 294.23º | 0.46% | 0.44% | - |
| HSV(B) | 294.23º | 0.63% | 0.64% | - |
| XYZ | 21.64 | 12.78 | 36.45 | - |
| YUV | 99.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 164 | 0.06 | 0.63 | 0 | 0.36 | 294.23 | 0.46 | 0.44 |
| Hex | 9A | 3C | A4 | 6 | 3F | 0 | 24 | 126 | 2E | 2C |
| Octal | 232 | 74 | 244 | 6 | 77 | 0 | 44 | 446 | 56 | 54 |
| Binary | 10011010 | 111100 | 10100100 | 110 | 111111 | 0 | 100100 | 100100110 | 101110 | 101100 |
Color Harmonies of #9A3CA4
Complementary color
Monochromatic Colors of #9A3CA4
Black with #9A3CA4
Text Example
Text Example
White with #9A3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3CA4; }
p { color: rgb(154,60,164); }
H1.HeaderClassName
{
color: #9A3CA4;
}
.AnyTagClassName
{
color: #9A3CA4;
}
</style>
background-color css
<style>
a { background-color: #9A3CA4; }
a { background-color: rgb(154,60,164); }
div.DivClassName
{
background-color: #9A3CA4;
}
.BgClassName
{
background-color: #9A3CA4;
}
</style>
border-color css
<style>
span { border-color: #9A3CA4; }
span { border-color: rgb(154,60,164); }
td.TdClassName
{
border-color: #9A3CA4;
}
.TagClassName
{
border-color: #9A3CA4;
}
</style>