Shades of Vivid Violet #90438C
Tints of Vivid Violet #90438C
RGB
CMYK
RGB Variations
Color information
#90438C (or 0x90438C) is known color: Vivid Violet. HEX triplet: 90, 43 and 8C. RGB value is (144,67,140). Sum of RGB (Red+Green+Blue) = 144+67+140=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90438C is #6FBC73. Grayscale: #626262. Windows color (decimal): -7322740 or 9192336. OLE color: 9192336.
HSL color Cylindrical-coordinate representation of color #90438C: hue angle of 303.12º 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 #90438C is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 140 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.44 |
| HSL | 303.12º | 0.36% | 0.41% | - |
| HSV(B) | 303.12º | 0.53% | 0.56% | - |
| XYZ | 18.24 | 11.84 | 26.13 | - |
| YUV | 98.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 140 | 0 | 0.53 | 0.03 | 0.44 | 303.12 | 0.36 | 0.41 |
| Hex | 90 | 43 | 8C | 0 | 35 | 3 | 2C | 12F | 24 | 29 |
| Octal | 220 | 103 | 214 | 0 | 65 | 3 | 54 | 457 | 44 | 51 |
| Binary | 10010000 | 1000011 | 10001100 | 0 | 110101 | 11 | 101100 | 100101111 | 100100 | 101001 |
Color Harmonies of #90438C
Complementary color
Monochromatic Colors of #90438C
Black with #90438C
Text Example
Text Example
White with #90438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90438C; }
p { color: rgb(144,67,140); }
H1.HeaderClassName
{
color: #90438C;
}
.AnyTagClassName
{
color: #90438C;
}
</style>
background-color css
<style>
a { background-color: #90438C; }
a { background-color: rgb(144,67,140); }
div.DivClassName
{
background-color: #90438C;
}
.BgClassName
{
background-color: #90438C;
}
</style>
border-color css
<style>
span { border-color: #90438C; }
span { border-color: rgb(144,67,140); }
td.TdClassName
{
border-color: #90438C;
}
.TagClassName
{
border-color: #90438C;
}
</style>