Shades of Dark Violet #9201B6
Tints of Dark Violet #9201B6
RGB
CMYK
RGB Variations
Color information
#9201B6 (or 0x9201B6) is known color: Dark Violet. HEX triplet: 92, 01 and B6. RGB value is (146,1,182). Sum of RGB (Red+Green+Blue) = 146+1+182=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #9201B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201B6 is #6DFE49. Grayscale: #404040. Windows color (decimal): -7208522 or 11927954. OLE color: 11927954.
HSL color Cylindrical-coordinate representation of color #9201B6: hue angle of 288.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9201B6 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 1 | 182 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.29 |
| HSL | 288.07º | 0.99% | 0.36% | - |
| HSV(B) | 288.07º | 0.99% | 0.71% | - |
| XYZ | 20.31 | 9.51 | 45.02 | - |
| YUV | 64.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 182 | 0.20 | 0.99 | 0 | 0.29 | 288.07 | 0.99 | 0.36 |
| Hex | 92 | 1 | B6 | 14 | 63 | 0 | 1D | 120 | 63 | 24 |
| Octal | 222 | 1 | 266 | 24 | 143 | 0 | 35 | 440 | 143 | 44 |
| Binary | 10010010 | 1 | 10110110 | 10100 | 1100011 | 0 | 11101 | 100100000 | 1100011 | 100100 |
Color Harmonies of #9201B6
Complementary color
Monochromatic Colors of #9201B6
Black with #9201B6
Text Example
Text Example
White with #9201B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201B6; }
p { color: rgb(146,1,182); }
H1.HeaderClassName
{
color: #9201B6;
}
.AnyTagClassName
{
color: #9201B6;
}
</style>
background-color css
<style>
a { background-color: #9201B6; }
a { background-color: rgb(146,1,182); }
div.DivClassName
{
background-color: #9201B6;
}
.BgClassName
{
background-color: #9201B6;
}
</style>
border-color css
<style>
span { border-color: #9201B6; }
span { border-color: rgb(146,1,182); }
td.TdClassName
{
border-color: #9201B6;
}
.TagClassName
{
border-color: #9201B6;
}
</style>