Shades of Dark Violet #9105CC
Tints of Dark Violet #9105CC
RGB
CMYK
RGB Variations
Color information
#9105CC (or 0x9105CC) is known color: Dark Violet. HEX triplet: 91, 05 and CC. RGB value is (145,5,204). Sum of RGB (Red+Green+Blue) = 145+5+204=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #9105CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9105CC is #6EFA33. Grayscale: #444444. Windows color (decimal): -7273012 or 13370769. OLE color: 13370769.
HSL color Cylindrical-coordinate representation of color #9105CC: hue angle of 282.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9105CC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 5 | 204 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.2 |
| HSL | 282.21º | 0.95% | 0.41% | - |
| HSV(B) | 282.21º | 0.98% | 0.8% | - |
| XYZ | 22.63 | 10.49 | 57.96 | - |
| YUV | 69.55 | 203.88 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 204 | 0.29 | 0.98 | 0 | 0.2 | 282.21 | 0.95 | 0.41 |
| Hex | 91 | 5 | CC | 1D | 62 | 0 | 14 | 11A | 5F | 29 |
| Octal | 221 | 5 | 314 | 35 | 142 | 0 | 24 | 432 | 137 | 51 |
| Binary | 10010001 | 101 | 11001100 | 11101 | 1100010 | 0 | 10100 | 100011010 | 1011111 | 101001 |
Color Harmonies of #9105CC
Complementary color
Monochromatic Colors of #9105CC
Black with #9105CC
Text Example
Text Example
White with #9105CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9105CC; }
p { color: rgb(145,5,204); }
H1.HeaderClassName
{
color: #9105CC;
}
.AnyTagClassName
{
color: #9105CC;
}
</style>
background-color css
<style>
a { background-color: #9105CC; }
a { background-color: rgb(145,5,204); }
div.DivClassName
{
background-color: #9105CC;
}
.BgClassName
{
background-color: #9105CC;
}
</style>
border-color css
<style>
span { border-color: #9105CC; }
span { border-color: rgb(145,5,204); }
td.TdClassName
{
border-color: #9105CC;
}
.TagClassName
{
border-color: #9105CC;
}
</style>