Shades of Vivid Violet #90348B
Tints of Vivid Violet #90348B
RGB
CMYK
RGB Variations
Color information
#90348B (or 0x90348B) is known color: Vivid Violet. HEX triplet: 90, 34 and 8B. RGB value is (144,52,139). Sum of RGB (Red+Green+Blue) = 144+52+139=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348B is #6FCB74. Grayscale: #595959. Windows color (decimal): -7326581 or 9122960. OLE color: 9122960.
HSL color Cylindrical-coordinate representation of color #90348B: hue angle of 303.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90348B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 139 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.44 |
| HSL | 303.26º | 0.47% | 0.38% | - |
| HSV(B) | 303.26º | 0.64% | 0.56% | - |
| XYZ | 17.39 | 10.25 | 25.49 | - |
| YUV | 89.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 139 | 0 | 0.64 | 0.03 | 0.44 | 303.26 | 0.47 | 0.38 |
| Hex | 90 | 34 | 8B | 0 | 40 | 3 | 2C | 12F | 2F | 26 |
| Octal | 220 | 64 | 213 | 0 | 100 | 3 | 54 | 457 | 57 | 46 |
| Binary | 10010000 | 110100 | 10001011 | 0 | 1000000 | 11 | 101100 | 100101111 | 101111 | 100110 |
Color Harmonies of #90348B
Complementary color
Monochromatic Colors of #90348B
Black with #90348B
Text Example
Text Example
White with #90348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90348B; }
p { color: rgb(144,52,139); }
H1.HeaderClassName
{
color: #90348B;
}
.AnyTagClassName
{
color: #90348B;
}
</style>
background-color css
<style>
a { background-color: #90348B; }
a { background-color: rgb(144,52,139); }
div.DivClassName
{
background-color: #90348B;
}
.BgClassName
{
background-color: #90348B;
}
</style>
border-color css
<style>
span { border-color: #90348B; }
span { border-color: rgb(144,52,139); }
td.TdClassName
{
border-color: #90348B;
}
.TagClassName
{
border-color: #90348B;
}
</style>