Shades of Vivid Violet #90279A
Tints of Vivid Violet #90279A
RGB
CMYK
RGB Variations
Color information
#90279A (or 0x90279A) is known color: Vivid Violet. HEX triplet: 90, 27 and 9A. RGB value is (144,39,154). Sum of RGB (Red+Green+Blue) = 144+39+154=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #90279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90279A is #6FD865. Grayscale: #535353. Windows color (decimal): -7329894 or 10102672. OLE color: 10102672.
HSL color Cylindrical-coordinate representation of color #90279A: hue angle of 294.78º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90279A is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 39 | 154 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.40 |
| HSL | 294.78º | 0.6% | 0.38% | - |
| HSV(B) | 294.78º | 0.75% | 0.6% | - |
| XYZ | 18.06 | 9.71 | 31.49 | - |
| YUV | 83.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 154 | 0.06 | 0.75 | 0 | 0.40 | 294.78 | 0.6 | 0.38 |
| Hex | 90 | 27 | 9A | 6 | 4B | 0 | 28 | 127 | 3C | 26 |
| Octal | 220 | 47 | 232 | 6 | 113 | 0 | 50 | 447 | 74 | 46 |
| Binary | 10010000 | 100111 | 10011010 | 110 | 1001011 | 0 | 101000 | 100100111 | 111100 | 100110 |
Color Harmonies of #90279A
Complementary color
Monochromatic Colors of #90279A
Black with #90279A
Text Example
Text Example
White with #90279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90279A; }
p { color: rgb(144,39,154); }
H1.HeaderClassName
{
color: #90279A;
}
.AnyTagClassName
{
color: #90279A;
}
</style>
background-color css
<style>
a { background-color: #90279A; }
a { background-color: rgb(144,39,154); }
div.DivClassName
{
background-color: #90279A;
}
.BgClassName
{
background-color: #90279A;
}
</style>
border-color css
<style>
span { border-color: #90279A; }
span { border-color: rgb(144,39,154); }
td.TdClassName
{
border-color: #90279A;
}
.TagClassName
{
border-color: #90279A;
}
</style>