Shades of Vivid Violet #90369C
Tints of Vivid Violet #90369C
RGB
CMYK
RGB Variations
Color information
#90369C (or 0x90369C) is known color: Vivid Violet. HEX triplet: 90, 36 and 9C. RGB value is (144,54,156). Sum of RGB (Red+Green+Blue) = 144+54+156=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #90369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90369C is #6FC963. Grayscale: #5C5C5C. Windows color (decimal): -7326052 or 10237584. OLE color: 10237584.
HSL color Cylindrical-coordinate representation of color #90369C: hue angle of 292.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90369C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 54 | 156 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.39 |
| HSL | 292.94º | 0.49% | 0.41% | - |
| HSV(B) | 292.94º | 0.65% | 0.61% | - |
| XYZ | 18.82 | 10.97 | 32.58 | - |
| YUV | 92.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 156 | 0.08 | 0.65 | 0 | 0.39 | 292.94 | 0.49 | 0.41 |
| Hex | 90 | 36 | 9C | 8 | 41 | 0 | 27 | 125 | 31 | 29 |
| Octal | 220 | 66 | 234 | 10 | 101 | 0 | 47 | 445 | 61 | 51 |
| Binary | 10010000 | 110110 | 10011100 | 1000 | 1000001 | 0 | 100111 | 100100101 | 110001 | 101001 |
Color Harmonies of #90369C
Complementary color
Monochromatic Colors of #90369C
Black with #90369C
Text Example
Text Example
White with #90369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90369C; }
p { color: rgb(144,54,156); }
H1.HeaderClassName
{
color: #90369C;
}
.AnyTagClassName
{
color: #90369C;
}
</style>
background-color css
<style>
a { background-color: #90369C; }
a { background-color: rgb(144,54,156); }
div.DivClassName
{
background-color: #90369C;
}
.BgClassName
{
background-color: #90369C;
}
</style>
border-color css
<style>
span { border-color: #90369C; }
span { border-color: rgb(144,54,156); }
td.TdClassName
{
border-color: #90369C;
}
.TagClassName
{
border-color: #90369C;
}
</style>