Shades of Vivid Violet #90468C
Tints of Vivid Violet #90468C
RGB
CMYK
RGB Variations
Color information
#90468C (or 0x90468C) is known color: Vivid Violet. HEX triplet: 90, 46 and 8C. RGB value is (144,70,140). Sum of RGB (Red+Green+Blue) = 144+70+140=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90468C is #6FB973. Grayscale: #636363. Windows color (decimal): -7321972 or 9193104. OLE color: 9193104.
HSL color Cylindrical-coordinate representation of color #90468C: hue angle of 303.24º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90468C is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 140 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.44 |
| HSL | 303.24º | 0.35% | 0.42% | - |
| HSV(B) | 303.24º | 0.51% | 0.56% | - |
| XYZ | 18.43 | 12.2 | 26.2 | - |
| YUV | 100.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 140 | 0 | 0.51 | 0.03 | 0.44 | 303.24 | 0.35 | 0.42 |
| Hex | 90 | 46 | 8C | 0 | 33 | 3 | 2C | 12F | 23 | 2A |
| Octal | 220 | 106 | 214 | 0 | 63 | 3 | 54 | 457 | 43 | 52 |
| Binary | 10010000 | 1000110 | 10001100 | 0 | 110011 | 11 | 101100 | 100101111 | 100011 | 101010 |
Color Harmonies of #90468C
Complementary color
Monochromatic Colors of #90468C
Black with #90468C
Text Example
Text Example
White with #90468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90468C; }
p { color: rgb(144,70,140); }
H1.HeaderClassName
{
color: #90468C;
}
.AnyTagClassName
{
color: #90468C;
}
</style>
background-color css
<style>
a { background-color: #90468C; }
a { background-color: rgb(144,70,140); }
div.DivClassName
{
background-color: #90468C;
}
.BgClassName
{
background-color: #90468C;
}
</style>
border-color css
<style>
span { border-color: #90468C; }
span { border-color: rgb(144,70,140); }
td.TdClassName
{
border-color: #90468C;
}
.TagClassName
{
border-color: #90468C;
}
</style>