Shades of Dark Violet #910CDC
Tints of Dark Violet #910CDC
RGB
CMYK
RGB Variations
Color information
#910CDC (or 0x910CDC) is known color: Dark Violet. HEX triplet: 91, 0C and DC. RGB value is (145,12,220). Sum of RGB (Red+Green+Blue) = 145+12+220=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #910CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CDC is #6EF323. Grayscale: #4A4A4A. Windows color (decimal): -7271204 or 14421137. OLE color: 14421137.
HSL color Cylindrical-coordinate representation of color #910CDC: hue angle of 278.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910CDC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 12 | 220 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.14 |
| HSL | 278.37º | 0.9% | 0.45% | - |
| HSV(B) | 278.37º | 0.95% | 0.86% | - |
| XYZ | 24.73 | 11.45 | 68.62 | - |
| YUV | 75.48 | 209.56 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 220 | 0.34 | 0.95 | 0 | 0.14 | 278.37 | 0.9 | 0.45 |
| Hex | 91 | C | DC | 22 | 5F | 0 | E | 116 | 5A | 2D |
| Octal | 221 | 14 | 334 | 42 | 137 | 0 | 16 | 426 | 132 | 55 |
| Binary | 10010001 | 1100 | 11011100 | 100010 | 1011111 | 0 | 1110 | 100010110 | 1011010 | 101101 |
Color Harmonies of #910CDC
Complementary color
Monochromatic Colors of #910CDC
Black with #910CDC
Text Example
Text Example
White with #910CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CDC; }
p { color: rgb(145,12,220); }
H1.HeaderClassName
{
color: #910CDC;
}
.AnyTagClassName
{
color: #910CDC;
}
</style>
background-color css
<style>
a { background-color: #910CDC; }
a { background-color: rgb(145,12,220); }
div.DivClassName
{
background-color: #910CDC;
}
.BgClassName
{
background-color: #910CDC;
}
</style>
border-color css
<style>
span { border-color: #910CDC; }
span { border-color: rgb(145,12,220); }
td.TdClassName
{
border-color: #910CDC;
}
.TagClassName
{
border-color: #910CDC;
}
</style>