Shades of Vivid Violet #902596
Tints of Vivid Violet #902596
RGB
CMYK
RGB Variations
Color information
#902596 (or 0x902596) is known color: Vivid Violet. HEX triplet: 90, 25 and 96. RGB value is (144,37,150). Sum of RGB (Red+Green+Blue) = 144+37+150=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #902596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902596 is #6FDA69. Grayscale: #515151. Windows color (decimal): -7330410 or 9840016. OLE color: 9840016.
HSL color Cylindrical-coordinate representation of color #902596: hue angle of 296.81º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902596 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 37 | 150 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.41 |
| HSL | 296.81º | 0.6% | 0.37% | - |
| HSV(B) | 296.81º | 0.75% | 0.59% | - |
| XYZ | 17.67 | 9.45 | 29.75 | - |
| YUV | 81.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 150 | 0.04 | 0.75 | 0 | 0.41 | 296.81 | 0.6 | 0.37 |
| Hex | 90 | 25 | 96 | 4 | 4B | 0 | 29 | 129 | 3C | 25 |
| Octal | 220 | 45 | 226 | 4 | 113 | 0 | 51 | 451 | 74 | 45 |
| Binary | 10010000 | 100101 | 10010110 | 100 | 1001011 | 0 | 101001 | 100101001 | 111100 | 100101 |
Color Harmonies of #902596
Complementary color
Monochromatic Colors of #902596
Black with #902596
Text Example
Text Example
White with #902596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902596; }
p { color: rgb(144,37,150); }
H1.HeaderClassName
{
color: #902596;
}
.AnyTagClassName
{
color: #902596;
}
</style>
background-color css
<style>
a { background-color: #902596; }
a { background-color: rgb(144,37,150); }
div.DivClassName
{
background-color: #902596;
}
.BgClassName
{
background-color: #902596;
}
</style>
border-color css
<style>
span { border-color: #902596; }
span { border-color: rgb(144,37,150); }
td.TdClassName
{
border-color: #902596;
}
.TagClassName
{
border-color: #902596;
}
</style>