Shades of Vivid Violet #902C9D
Tints of Vivid Violet #902C9D
RGB
CMYK
RGB Variations
Color information
#902C9D (or 0x902C9D) is known color: Vivid Violet. HEX triplet: 90, 2C and 9D. RGB value is (144,44,157). Sum of RGB (Red+Green+Blue) = 144+44+157=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #902C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902C9D is #6FD362. Grayscale: #565656. Windows color (decimal): -7328611 or 10300560. OLE color: 10300560.
HSL color Cylindrical-coordinate representation of color #902C9D: hue angle of 293.1º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902C9D is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 44 | 157 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.38 |
| HSL | 293.1º | 0.56% | 0.39% | - |
| HSV(B) | 293.1º | 0.72% | 0.62% | - |
| XYZ | 18.49 | 10.16 | 32.89 | - |
| YUV | 86.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 157 | 0.08 | 0.72 | 0 | 0.38 | 293.1 | 0.56 | 0.39 |
| Hex | 90 | 2C | 9D | 8 | 48 | 0 | 26 | 125 | 38 | 27 |
| Octal | 220 | 54 | 235 | 10 | 110 | 0 | 46 | 445 | 70 | 47 |
| Binary | 10010000 | 101100 | 10011101 | 1000 | 1001000 | 0 | 100110 | 100100101 | 111000 | 100111 |
Color Harmonies of #902C9D
Complementary color
Monochromatic Colors of #902C9D
Black with #902C9D
Text Example
Text Example
White with #902C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C9D; }
p { color: rgb(144,44,157); }
H1.HeaderClassName
{
color: #902C9D;
}
.AnyTagClassName
{
color: #902C9D;
}
</style>
background-color css
<style>
a { background-color: #902C9D; }
a { background-color: rgb(144,44,157); }
div.DivClassName
{
background-color: #902C9D;
}
.BgClassName
{
background-color: #902C9D;
}
</style>
border-color css
<style>
span { border-color: #902C9D; }
span { border-color: rgb(144,44,157); }
td.TdClassName
{
border-color: #902C9D;
}
.TagClassName
{
border-color: #902C9D;
}
</style>