Shades of Vivid Violet #90388C
Tints of Vivid Violet #90388C
RGB
CMYK
RGB Variations
Color information
#90388C (or 0x90388C) is known color: Vivid Violet. HEX triplet: 90, 38 and 8C. RGB value is (144,56,140). Sum of RGB (Red+Green+Blue) = 144+56+140=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90388C is #6FC773. Grayscale: #5B5B5B. Windows color (decimal): -7325556 or 9189520. OLE color: 9189520.
HSL color Cylindrical-coordinate representation of color #90388C: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90388C is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 140 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.44 |
| HSL | 302.73º | 0.44% | 0.39% | - |
| HSV(B) | 302.73º | 0.61% | 0.56% | - |
| XYZ | 17.65 | 10.65 | 25.94 | - |
| YUV | 91.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 140 | 0 | 0.61 | 0.03 | 0.44 | 302.73 | 0.44 | 0.39 |
| Hex | 90 | 38 | 8C | 0 | 3D | 3 | 2C | 12F | 2C | 27 |
| Octal | 220 | 70 | 214 | 0 | 75 | 3 | 54 | 457 | 54 | 47 |
| Binary | 10010000 | 111000 | 10001100 | 0 | 111101 | 11 | 101100 | 100101111 | 101100 | 100111 |
Color Harmonies of #90388C
Complementary color
Monochromatic Colors of #90388C
Black with #90388C
Text Example
Text Example
White with #90388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90388C; }
p { color: rgb(144,56,140); }
H1.HeaderClassName
{
color: #90388C;
}
.AnyTagClassName
{
color: #90388C;
}
</style>
background-color css
<style>
a { background-color: #90388C; }
a { background-color: rgb(144,56,140); }
div.DivClassName
{
background-color: #90388C;
}
.BgClassName
{
background-color: #90388C;
}
</style>
border-color css
<style>
span { border-color: #90388C; }
span { border-color: rgb(144,56,140); }
td.TdClassName
{
border-color: #90388C;
}
.TagClassName
{
border-color: #90388C;
}
</style>