Shades of Dark Violet #9202BD
Tints of Dark Violet #9202BD
RGB
CMYK
RGB Variations
Color information
#9202BD (or 0x9202BD) is known color: Dark Violet. HEX triplet: 92, 02 and BD. RGB value is (146,2,189). Sum of RGB (Red+Green+Blue) = 146+2+189=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #9202BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202BD is #6DFD42. Grayscale: #414141. Windows color (decimal): -7208259 or 12386962. OLE color: 12386962.
HSL color Cylindrical-coordinate representation of color #9202BD: hue angle of 286.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202BD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 2 | 189 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.26 |
| HSL | 286.2º | 0.98% | 0.37% | - |
| HSV(B) | 286.2º | 0.99% | 0.74% | - |
| XYZ | 21.06 | 9.83 | 48.93 | - |
| YUV | 66.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 189 | 0.23 | 0.99 | 0 | 0.26 | 286.2 | 0.98 | 0.37 |
| Hex | 92 | 2 | BD | 17 | 63 | 0 | 1A | 11E | 62 | 25 |
| Octal | 222 | 2 | 275 | 27 | 143 | 0 | 32 | 436 | 142 | 45 |
| Binary | 10010010 | 10 | 10111101 | 10111 | 1100011 | 0 | 11010 | 100011110 | 1100010 | 100101 |
Color Harmonies of #9202BD
Complementary color
Monochromatic Colors of #9202BD
Black with #9202BD
Text Example
Text Example
White with #9202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202BD; }
p { color: rgb(146,2,189); }
H1.HeaderClassName
{
color: #9202BD;
}
.AnyTagClassName
{
color: #9202BD;
}
</style>
background-color css
<style>
a { background-color: #9202BD; }
a { background-color: rgb(146,2,189); }
div.DivClassName
{
background-color: #9202BD;
}
.BgClassName
{
background-color: #9202BD;
}
</style>
border-color css
<style>
span { border-color: #9202BD; }
span { border-color: rgb(146,2,189); }
td.TdClassName
{
border-color: #9202BD;
}
.TagClassName
{
border-color: #9202BD;
}
</style>