Shades of Vivid Violet #90309B
Tints of Vivid Violet #90309B
RGB
CMYK
RGB Variations
Color information
#90309B (or 0x90309B) is known color: Vivid Violet. HEX triplet: 90, 30 and 9B. RGB value is (144,48,155). Sum of RGB (Red+Green+Blue) = 144+48+155=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #90309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90309B is #6FCF64. Grayscale: #585858. Windows color (decimal): -7327589 or 10170512. OLE color: 10170512.
HSL color Cylindrical-coordinate representation of color #90309B: hue angle of 293.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90309B is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 48 | 155 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.39 |
| HSL | 293.83º | 0.53% | 0.4% | - |
| HSV(B) | 293.83º | 0.69% | 0.61% | - |
| XYZ | 18.47 | 10.41 | 32.05 | - |
| YUV | 88.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 155 | 0.07 | 0.69 | 0 | 0.39 | 293.83 | 0.53 | 0.4 |
| Hex | 90 | 30 | 9B | 7 | 45 | 0 | 27 | 126 | 35 | 28 |
| Octal | 220 | 60 | 233 | 7 | 105 | 0 | 47 | 446 | 65 | 50 |
| Binary | 10010000 | 110000 | 10011011 | 111 | 1000101 | 0 | 100111 | 100100110 | 110101 | 101000 |
Color Harmonies of #90309B
Complementary color
Monochromatic Colors of #90309B
Black with #90309B
Text Example
Text Example
White with #90309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90309B; }
p { color: rgb(144,48,155); }
H1.HeaderClassName
{
color: #90309B;
}
.AnyTagClassName
{
color: #90309B;
}
</style>
background-color css
<style>
a { background-color: #90309B; }
a { background-color: rgb(144,48,155); }
div.DivClassName
{
background-color: #90309B;
}
.BgClassName
{
background-color: #90309B;
}
</style>
border-color css
<style>
span { border-color: #90309B; }
span { border-color: rgb(144,48,155); }
td.TdClassName
{
border-color: #90309B;
}
.TagClassName
{
border-color: #90309B;
}
</style>