Shades of Vivid Violet #90438A
Tints of Vivid Violet #90438A
RGB
CMYK
RGB Variations
Color information
#90438A (or 0x90438A) is known color: Vivid Violet. HEX triplet: 90, 43 and 8A. RGB value is (144,67,138). Sum of RGB (Red+Green+Blue) = 144+67+138=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90438A is #6FBC75. Grayscale: #616161. Windows color (decimal): -7322742 or 9061264. OLE color: 9061264.
HSL color Cylindrical-coordinate representation of color #90438A: hue angle of 304.68º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90438A is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 138 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.44 |
| HSL | 304.68º | 0.36% | 0.41% | - |
| HSV(B) | 304.68º | 0.53% | 0.56% | - |
| XYZ | 18.1 | 11.78 | 25.36 | - |
| YUV | 98.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 138 | 0 | 0.53 | 0.04 | 0.44 | 304.68 | 0.36 | 0.41 |
| Hex | 90 | 43 | 8A | 0 | 35 | 4 | 2C | 131 | 24 | 29 |
| Octal | 220 | 103 | 212 | 0 | 65 | 4 | 54 | 461 | 44 | 51 |
| Binary | 10010000 | 1000011 | 10001010 | 0 | 110101 | 100 | 101100 | 100110001 | 100100 | 101001 |
Color Harmonies of #90438A
Complementary color
Monochromatic Colors of #90438A
Black with #90438A
Text Example
Text Example
White with #90438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90438A; }
p { color: rgb(144,67,138); }
H1.HeaderClassName
{
color: #90438A;
}
.AnyTagClassName
{
color: #90438A;
}
</style>
background-color css
<style>
a { background-color: #90438A; }
a { background-color: rgb(144,67,138); }
div.DivClassName
{
background-color: #90438A;
}
.BgClassName
{
background-color: #90438A;
}
</style>
border-color css
<style>
span { border-color: #90438A; }
span { border-color: rgb(144,67,138); }
td.TdClassName
{
border-color: #90438A;
}
.TagClassName
{
border-color: #90438A;
}
</style>