Shades of Dark Violet #910BCE
Tints of Dark Violet #910BCE
RGB
CMYK
RGB Variations
Color information
#910BCE (or 0x910BCE) is known color: Dark Violet. HEX triplet: 91, 0B and CE. RGB value is (145,11,206). Sum of RGB (Red+Green+Blue) = 145+11+206=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #910BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BCE is #6EF431. Grayscale: #484848. Windows color (decimal): -7271474 or 13503377. OLE color: 13503377.
HSL color Cylindrical-coordinate representation of color #910BCE: hue angle of 281.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BCE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 11 | 206 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.19 |
| HSL | 281.23º | 0.9% | 0.43% | - |
| HSV(B) | 281.23º | 0.95% | 0.81% | - |
| XYZ | 22.94 | 10.72 | 59.25 | - |
| YUV | 73.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 206 | 0.30 | 0.95 | 0 | 0.19 | 281.23 | 0.9 | 0.43 |
| Hex | 91 | B | CE | 1E | 5F | 0 | 13 | 119 | 5A | 2B |
| Octal | 221 | 13 | 316 | 36 | 137 | 0 | 23 | 431 | 132 | 53 |
| Binary | 10010001 | 1011 | 11001110 | 11110 | 1011111 | 0 | 10011 | 100011001 | 1011010 | 101011 |
Color Harmonies of #910BCE
Complementary color
Monochromatic Colors of #910BCE
Black with #910BCE
Text Example
Text Example
White with #910BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BCE; }
p { color: rgb(145,11,206); }
H1.HeaderClassName
{
color: #910BCE;
}
.AnyTagClassName
{
color: #910BCE;
}
</style>
background-color css
<style>
a { background-color: #910BCE; }
a { background-color: rgb(145,11,206); }
div.DivClassName
{
background-color: #910BCE;
}
.BgClassName
{
background-color: #910BCE;
}
</style>
border-color css
<style>
span { border-color: #910BCE; }
span { border-color: rgb(145,11,206); }
td.TdClassName
{
border-color: #910BCE;
}
.TagClassName
{
border-color: #910BCE;
}
</style>