Shades of Vivid Violet #90369B
Tints of Vivid Violet #90369B
RGB
CMYK
RGB Variations
Color information
#90369B (or 0x90369B) is known color: Vivid Violet. HEX triplet: 90, 36 and 9B. RGB value is (144,54,155). Sum of RGB (Red+Green+Blue) = 144+54+155=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #90369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90369B is #6FC964. Grayscale: #5C5C5C. Windows color (decimal): -7326053 or 10172048. OLE color: 10172048.
HSL color Cylindrical-coordinate representation of color #90369B: hue angle of 293.47º degrees, saturation: 0.48, 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 #90369B is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 54 | 155 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.39 |
| HSL | 293.47º | 0.48% | 0.41% | - |
| HSV(B) | 293.47º | 0.65% | 0.61% | - |
| XYZ | 18.74 | 10.93 | 32.13 | - |
| YUV | 92.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 155 | 0.07 | 0.65 | 0 | 0.39 | 293.47 | 0.48 | 0.41 |
| Hex | 90 | 36 | 9B | 7 | 41 | 0 | 27 | 125 | 30 | 29 |
| Octal | 220 | 66 | 233 | 7 | 101 | 0 | 47 | 445 | 60 | 51 |
| Binary | 10010000 | 110110 | 10011011 | 111 | 1000001 | 0 | 100111 | 100100101 | 110000 | 101001 |
Color Harmonies of #90369B
Complementary color
Monochromatic Colors of #90369B
Black with #90369B
Text Example
Text Example
White with #90369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90369B; }
p { color: rgb(144,54,155); }
H1.HeaderClassName
{
color: #90369B;
}
.AnyTagClassName
{
color: #90369B;
}
</style>
background-color css
<style>
a { background-color: #90369B; }
a { background-color: rgb(144,54,155); }
div.DivClassName
{
background-color: #90369B;
}
.BgClassName
{
background-color: #90369B;
}
</style>
border-color css
<style>
span { border-color: #90369B; }
span { border-color: rgb(144,54,155); }
td.TdClassName
{
border-color: #90369B;
}
.TagClassName
{
border-color: #90369B;
}
</style>