Shades of Vivid Violet #9427AB
Tints of Vivid Violet #9427AB
RGB
CMYK
RGB Variations
Color information
#9427AB (or 0x9427AB) is known color: Vivid Violet. HEX triplet: 94, 27 and AB. RGB value is (148,39,171). Sum of RGB (Red+Green+Blue) = 148+39+171=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #9427AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9427AB is #6BD854. Grayscale: #565656. Windows color (decimal): -7067733 or 11216788. OLE color: 11216788.
HSL color Cylindrical-coordinate representation of color #9427AB: hue angle of 289.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9427AB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 39 | 171 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.33 |
| HSL | 289.55º | 0.63% | 0.41% | - |
| HSV(B) | 289.55º | 0.77% | 0.67% | - |
| XYZ | 20.29 | 10.69 | 39.52 | - |
| YUV | 86.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 171 | 0.13 | 0.77 | 0 | 0.33 | 289.55 | 0.63 | 0.41 |
| Hex | 94 | 27 | AB | D | 4D | 0 | 21 | 122 | 3F | 29 |
| Octal | 224 | 47 | 253 | 15 | 115 | 0 | 41 | 442 | 77 | 51 |
| Binary | 10010100 | 100111 | 10101011 | 1101 | 1001101 | 0 | 100001 | 100100010 | 111111 | 101001 |
Color Harmonies of #9427AB
Complementary color
Monochromatic Colors of #9427AB
Black with #9427AB
Text Example
Text Example
White with #9427AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9427AB; }
p { color: rgb(148,39,171); }
H1.HeaderClassName
{
color: #9427AB;
}
.AnyTagClassName
{
color: #9427AB;
}
</style>
background-color css
<style>
a { background-color: #9427AB; }
a { background-color: rgb(148,39,171); }
div.DivClassName
{
background-color: #9427AB;
}
.BgClassName
{
background-color: #9427AB;
}
</style>
border-color css
<style>
span { border-color: #9427AB; }
span { border-color: rgb(148,39,171); }
td.TdClassName
{
border-color: #9427AB;
}
.TagClassName
{
border-color: #9427AB;
}
</style>