Shades of Vivid Violet #90378F
Tints of Vivid Violet #90378F
RGB
CMYK
RGB Variations
Color information
#90378F (or 0x90378F) is known color: Vivid Violet. HEX triplet: 90, 37 and 8F. RGB value is (144,55,143). Sum of RGB (Red+Green+Blue) = 144+55+143=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90378F is #6FC870. Grayscale: #5B5B5B. Windows color (decimal): -7325809 or 9385872. OLE color: 9385872.
HSL color Cylindrical-coordinate representation of color #90378F: hue angle of 300.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90378F is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 143 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.44 |
| HSL | 300.67º | 0.45% | 0.39% | - |
| HSV(B) | 300.67º | 0.62% | 0.56% | - |
| XYZ | 17.83 | 10.64 | 27.1 | - |
| YUV | 91.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 143 | 0 | 0.62 | 0.01 | 0.44 | 300.67 | 0.45 | 0.39 |
| Hex | 90 | 37 | 8F | 0 | 3E | 1 | 2C | 12D | 2D | 27 |
| Octal | 220 | 67 | 217 | 0 | 76 | 1 | 54 | 455 | 55 | 47 |
| Binary | 10010000 | 110111 | 10001111 | 0 | 111110 | 1 | 101100 | 100101101 | 101101 | 100111 |
Color Harmonies of #90378F
Complementary color
Monochromatic Colors of #90378F
Black with #90378F
Text Example
Text Example
White with #90378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90378F; }
p { color: rgb(144,55,143); }
H1.HeaderClassName
{
color: #90378F;
}
.AnyTagClassName
{
color: #90378F;
}
</style>
background-color css
<style>
a { background-color: #90378F; }
a { background-color: rgb(144,55,143); }
div.DivClassName
{
background-color: #90378F;
}
.BgClassName
{
background-color: #90378F;
}
</style>
border-color css
<style>
span { border-color: #90378F; }
span { border-color: rgb(144,55,143); }
td.TdClassName
{
border-color: #90378F;
}
.TagClassName
{
border-color: #90378F;
}
</style>