Shades of Vivid Violet #9033A7
Tints of Vivid Violet #9033A7
RGB
CMYK
RGB Variations
Color information
#9033A7 (or 0x9033A7) is known color: Vivid Violet. HEX triplet: 90, 33 and A7. RGB value is (144,51,167). Sum of RGB (Red+Green+Blue) = 144+51+167=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #9033A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9033A7 is #6FCC58. Grayscale: #5B5B5B. Windows color (decimal): -7326809 or 10957712. OLE color: 10957712.
HSL color Cylindrical-coordinate representation of color #9033A7: hue angle of 288.1º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9033A7 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 51 | 167 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.35 |
| HSL | 288.1º | 0.53% | 0.43% | - |
| HSV(B) | 288.1º | 0.69% | 0.65% | - |
| XYZ | 19.66 | 11.09 | 37.66 | - |
| YUV | 92.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 167 | 0.14 | 0.69 | 0 | 0.35 | 288.1 | 0.53 | 0.43 |
| Hex | 90 | 33 | A7 | E | 45 | 0 | 23 | 120 | 35 | 2B |
| Octal | 220 | 63 | 247 | 16 | 105 | 0 | 43 | 440 | 65 | 53 |
| Binary | 10010000 | 110011 | 10100111 | 1110 | 1000101 | 0 | 100011 | 100100000 | 110101 | 101011 |
Color Harmonies of #9033A7
Complementary color
Monochromatic Colors of #9033A7
Black with #9033A7
Text Example
Text Example
White with #9033A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033A7; }
p { color: rgb(144,51,167); }
H1.HeaderClassName
{
color: #9033A7;
}
.AnyTagClassName
{
color: #9033A7;
}
</style>
background-color css
<style>
a { background-color: #9033A7; }
a { background-color: rgb(144,51,167); }
div.DivClassName
{
background-color: #9033A7;
}
.BgClassName
{
background-color: #9033A7;
}
</style>
border-color css
<style>
span { border-color: #9033A7; }
span { border-color: rgb(144,51,167); }
td.TdClassName
{
border-color: #9033A7;
}
.TagClassName
{
border-color: #9033A7;
}
</style>