Shades of Vivid Violet #9424AB
Tints of Vivid Violet #9424AB
RGB
CMYK
RGB Variations
Color information
#9424AB (or 0x9424AB) is known color: Vivid Violet. HEX triplet: 94, 24 and AB. RGB value is (148,36,171). Sum of RGB (Red+Green+Blue) = 148+36+171=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9424AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9424AB is #6BDB54. Grayscale: #545454. Windows color (decimal): -7068501 or 11216020. OLE color: 11216020.
HSL color Cylindrical-coordinate representation of color #9424AB: hue angle of 289.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9424AB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 36 | 171 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.33 |
| HSL | 289.78º | 0.65% | 0.41% | - |
| HSV(B) | 289.78º | 0.79% | 0.67% | - |
| XYZ | 20.19 | 10.5 | 39.49 | - |
| YUV | 84.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 171 | 0.13 | 0.79 | 0 | 0.33 | 289.78 | 0.65 | 0.41 |
| Hex | 94 | 24 | AB | D | 4F | 0 | 21 | 122 | 41 | 29 |
| Octal | 224 | 44 | 253 | 15 | 117 | 0 | 41 | 442 | 101 | 51 |
| Binary | 10010100 | 100100 | 10101011 | 1101 | 1001111 | 0 | 100001 | 100100010 | 1000001 | 101001 |
Color Harmonies of #9424AB
Complementary color
Monochromatic Colors of #9424AB
Black with #9424AB
Text Example
Text Example
White with #9424AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9424AB; }
p { color: rgb(148,36,171); }
H1.HeaderClassName
{
color: #9424AB;
}
.AnyTagClassName
{
color: #9424AB;
}
</style>
background-color css
<style>
a { background-color: #9424AB; }
a { background-color: rgb(148,36,171); }
div.DivClassName
{
background-color: #9424AB;
}
.BgClassName
{
background-color: #9424AB;
}
</style>
border-color css
<style>
span { border-color: #9424AB; }
span { border-color: rgb(148,36,171); }
td.TdClassName
{
border-color: #9424AB;
}
.TagClassName
{
border-color: #9424AB;
}
</style>