Shades of Dark Violet #9102CC
Tints of Dark Violet #9102CC
RGB
CMYK
RGB Variations
Color information
#9102CC (or 0x9102CC) is known color: Dark Violet. HEX triplet: 91, 02 and CC. RGB value is (145,2,204). Sum of RGB (Red+Green+Blue) = 145+2+204=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #9102CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9102CC is #6EFD33. Grayscale: #434343. Windows color (decimal): -7273780 or 13370001. OLE color: 13370001.
HSL color Cylindrical-coordinate representation of color #9102CC: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9102CC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 2 | 204 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.2 |
| HSL | 282.48º | 0.98% | 0.4% | - |
| HSV(B) | 282.48º | 0.99% | 0.8% | - |
| XYZ | 22.6 | 10.42 | 57.95 | - |
| YUV | 67.79 | 204.88 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 204 | 0.29 | 0.99 | 0 | 0.2 | 282.48 | 0.98 | 0.4 |
| Hex | 91 | 2 | CC | 1D | 63 | 0 | 14 | 11A | 62 | 28 |
| Octal | 221 | 2 | 314 | 35 | 143 | 0 | 24 | 432 | 142 | 50 |
| Binary | 10010001 | 10 | 11001100 | 11101 | 1100011 | 0 | 10100 | 100011010 | 1100010 | 101000 |
Color Harmonies of #9102CC
Complementary color
Monochromatic Colors of #9102CC
Black with #9102CC
Text Example
Text Example
White with #9102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9102CC; }
p { color: rgb(145,2,204); }
H1.HeaderClassName
{
color: #9102CC;
}
.AnyTagClassName
{
color: #9102CC;
}
</style>
background-color css
<style>
a { background-color: #9102CC; }
a { background-color: rgb(145,2,204); }
div.DivClassName
{
background-color: #9102CC;
}
.BgClassName
{
background-color: #9102CC;
}
</style>
border-color css
<style>
span { border-color: #9102CC; }
span { border-color: rgb(145,2,204); }
td.TdClassName
{
border-color: #9102CC;
}
.TagClassName
{
border-color: #9102CC;
}
</style>