Shades of Vivid Violet #90368B
Tints of Vivid Violet #90368B
RGB
CMYK
RGB Variations
Color information
#90368B (or 0x90368B) is known color: Vivid Violet. HEX triplet: 90, 36 and 8B. RGB value is (144,54,139). Sum of RGB (Red+Green+Blue) = 144+54+139=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368B is #6FC974. Grayscale: #5A5A5A. Windows color (decimal): -7326069 or 9123472. OLE color: 9123472.
HSL color Cylindrical-coordinate representation of color #90368B: hue angle of 303.33º 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 #90368B is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 139 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.44 |
| HSL | 303.33º | 0.45% | 0.39% | - |
| HSV(B) | 303.33º | 0.63% | 0.56% | - |
| XYZ | 17.48 | 10.43 | 25.52 | - |
| YUV | 90.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 139 | 0 | 0.63 | 0.03 | 0.44 | 303.33 | 0.45 | 0.39 |
| Hex | 90 | 36 | 8B | 0 | 3F | 3 | 2C | 12F | 2D | 27 |
| Octal | 220 | 66 | 213 | 0 | 77 | 3 | 54 | 457 | 55 | 47 |
| Binary | 10010000 | 110110 | 10001011 | 0 | 111111 | 11 | 101100 | 100101111 | 101101 | 100111 |
Color Harmonies of #90368B
Complementary color
Monochromatic Colors of #90368B
Black with #90368B
Text Example
Text Example
White with #90368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90368B; }
p { color: rgb(144,54,139); }
H1.HeaderClassName
{
color: #90368B;
}
.AnyTagClassName
{
color: #90368B;
}
</style>
background-color css
<style>
a { background-color: #90368B; }
a { background-color: rgb(144,54,139); }
div.DivClassName
{
background-color: #90368B;
}
.BgClassName
{
background-color: #90368B;
}
</style>
border-color css
<style>
span { border-color: #90368B; }
span { border-color: rgb(144,54,139); }
td.TdClassName
{
border-color: #90368B;
}
.TagClassName
{
border-color: #90368B;
}
</style>