Shades of Dark Violet #9202D0
Tints of Dark Violet #9202D0
RGB
CMYK
RGB Variations
Color information
#9202D0 (or 0x9202D0) is known color: Dark Violet. HEX triplet: 92, 02 and D0. RGB value is (146,2,208). Sum of RGB (Red+Green+Blue) = 146+2+208=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #9202D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202D0 is #6DFD2F. Grayscale: #434343. Windows color (decimal): -7208240 or 13632146. OLE color: 13632146.
HSL color Cylindrical-coordinate representation of color #9202D0: hue angle of 281.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202D0 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 2 | 208 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.18 |
| HSL | 281.94º | 0.98% | 0.41% | - |
| HSV(B) | 281.94º | 0.99% | 0.82% | - |
| XYZ | 23.26 | 10.71 | 60.52 | - |
| YUV | 68.54 | 206.71 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 208 | 0.30 | 0.99 | 0 | 0.18 | 281.94 | 0.98 | 0.41 |
| Hex | 92 | 2 | D0 | 1E | 63 | 0 | 12 | 11A | 62 | 29 |
| Octal | 222 | 2 | 320 | 36 | 143 | 0 | 22 | 432 | 142 | 51 |
| Binary | 10010010 | 10 | 11010000 | 11110 | 1100011 | 0 | 10010 | 100011010 | 1100010 | 101001 |
Color Harmonies of #9202D0
Complementary color
Monochromatic Colors of #9202D0
Black with #9202D0
Text Example
Text Example
White with #9202D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202D0; }
p { color: rgb(146,2,208); }
H1.HeaderClassName
{
color: #9202D0;
}
.AnyTagClassName
{
color: #9202D0;
}
</style>
background-color css
<style>
a { background-color: #9202D0; }
a { background-color: rgb(146,2,208); }
div.DivClassName
{
background-color: #9202D0;
}
.BgClassName
{
background-color: #9202D0;
}
</style>
border-color css
<style>
span { border-color: #9202D0; }
span { border-color: rgb(146,2,208); }
td.TdClassName
{
border-color: #9202D0;
}
.TagClassName
{
border-color: #9202D0;
}
</style>