Shades of Vivid Violet #90338B
Tints of Vivid Violet #90338B
RGB
CMYK
RGB Variations
Color information
#90338B (or 0x90338B) is known color: Vivid Violet. HEX triplet: 90, 33 and 8B. RGB value is (144,51,139). Sum of RGB (Red+Green+Blue) = 144+51+139=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #90338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90338B is #6FCC74. Grayscale: #585858. Windows color (decimal): -7326837 or 9122704. OLE color: 9122704.
HSL color Cylindrical-coordinate representation of color #90338B: hue angle of 303.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90338B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 139 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.44 |
| HSL | 303.23º | 0.48% | 0.38% | - |
| HSV(B) | 303.23º | 0.65% | 0.56% | - |
| XYZ | 17.35 | 10.16 | 25.47 | - |
| YUV | 88.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 139 | 0 | 0.65 | 0.03 | 0.44 | 303.23 | 0.48 | 0.38 |
| Hex | 90 | 33 | 8B | 0 | 41 | 3 | 2C | 12F | 30 | 26 |
| Octal | 220 | 63 | 213 | 0 | 101 | 3 | 54 | 457 | 60 | 46 |
| Binary | 10010000 | 110011 | 10001011 | 0 | 1000001 | 11 | 101100 | 100101111 | 110000 | 100110 |
Color Harmonies of #90338B
Complementary color
Monochromatic Colors of #90338B
Black with #90338B
Text Example
Text Example
White with #90338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90338B; }
p { color: rgb(144,51,139); }
H1.HeaderClassName
{
color: #90338B;
}
.AnyTagClassName
{
color: #90338B;
}
</style>
background-color css
<style>
a { background-color: #90338B; }
a { background-color: rgb(144,51,139); }
div.DivClassName
{
background-color: #90338B;
}
.BgClassName
{
background-color: #90338B;
}
</style>
border-color css
<style>
span { border-color: #90338B; }
span { border-color: rgb(144,51,139); }
td.TdClassName
{
border-color: #90338B;
}
.TagClassName
{
border-color: #90338B;
}
</style>