Shades of Vivid Violet #9A26A4
Tints of Vivid Violet #9A26A4
RGB
CMYK
RGB Variations
Color information
#9A26A4 (or 0x9A26A4) is known color: Vivid Violet. HEX triplet: 9A, 26 and A4. RGB value is (154,38,164). Sum of RGB (Red+Green+Blue) = 154+38+164=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A26A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A26A4 is #65D95B. Grayscale: #565656. Windows color (decimal): -6674780 or 10757786. OLE color: 10757786.
HSL color Cylindrical-coordinate representation of color #9A26A4: hue angle of 295.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A26A4 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 38 | 164 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.36 |
| HSL | 295.24º | 0.62% | 0.4% | - |
| HSV(B) | 295.24º | 0.77% | 0.64% | - |
| XYZ | 20.72 | 10.94 | 36.14 | - |
| YUV | 87.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 164 | 0.06 | 0.77 | 0 | 0.36 | 295.24 | 0.62 | 0.4 |
| Hex | 9A | 26 | A4 | 6 | 4D | 0 | 24 | 127 | 3E | 28 |
| Octal | 232 | 46 | 244 | 6 | 115 | 0 | 44 | 447 | 76 | 50 |
| Binary | 10011010 | 100110 | 10100100 | 110 | 1001101 | 0 | 100100 | 100100111 | 111110 | 101000 |
Color Harmonies of #9A26A4
Complementary color
Monochromatic Colors of #9A26A4
Black with #9A26A4
Text Example
Text Example
White with #9A26A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A26A4; }
p { color: rgb(154,38,164); }
H1.HeaderClassName
{
color: #9A26A4;
}
.AnyTagClassName
{
color: #9A26A4;
}
</style>
background-color css
<style>
a { background-color: #9A26A4; }
a { background-color: rgb(154,38,164); }
div.DivClassName
{
background-color: #9A26A4;
}
.BgClassName
{
background-color: #9A26A4;
}
</style>
border-color css
<style>
span { border-color: #9A26A4; }
span { border-color: rgb(154,38,164); }
td.TdClassName
{
border-color: #9A26A4;
}
.TagClassName
{
border-color: #9A26A4;
}
</style>