Shades of Dark Violet #910ADE
Tints of Dark Violet #910ADE
RGB
CMYK
RGB Variations
Color information
#910ADE (or 0x910ADE) is known color: Dark Violet. HEX triplet: 91, 0A and DE. RGB value is (145,10,222). Sum of RGB (Red+Green+Blue) = 145+10+222=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #910ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ADE is #6EF521. Grayscale: #494949. Windows color (decimal): -7271714 or 14551697. OLE color: 14551697.
HSL color Cylindrical-coordinate representation of color #910ADE: hue angle of 278.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910ADE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 10 | 222 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.13 |
| HSL | 278.21º | 0.91% | 0.45% | - |
| HSV(B) | 278.21º | 0.95% | 0.87% | - |
| XYZ | 24.97 | 11.51 | 70.01 | - |
| YUV | 74.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 222 | 0.35 | 0.95 | 0 | 0.13 | 278.21 | 0.91 | 0.45 |
| Hex | 91 | A | DE | 23 | 5F | 0 | D | 116 | 5B | 2D |
| Octal | 221 | 12 | 336 | 43 | 137 | 0 | 15 | 426 | 133 | 55 |
| Binary | 10010001 | 1010 | 11011110 | 100011 | 1011111 | 0 | 1101 | 100010110 | 1011011 | 101101 |
Color Harmonies of #910ADE
Complementary color
Monochromatic Colors of #910ADE
Black with #910ADE
Text Example
Text Example
White with #910ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910ADE; }
p { color: rgb(145,10,222); }
H1.HeaderClassName
{
color: #910ADE;
}
.AnyTagClassName
{
color: #910ADE;
}
</style>
background-color css
<style>
a { background-color: #910ADE; }
a { background-color: rgb(145,10,222); }
div.DivClassName
{
background-color: #910ADE;
}
.BgClassName
{
background-color: #910ADE;
}
</style>
border-color css
<style>
span { border-color: #910ADE; }
span { border-color: rgb(145,10,222); }
td.TdClassName
{
border-color: #910ADE;
}
.TagClassName
{
border-color: #910ADE;
}
</style>