Shades of Dark Violet #910CEE
Tints of Dark Violet #910CEE
RGB
CMYK
RGB Variations
Color information
#910CEE (or 0x910CEE) is known color: Dark Violet. HEX triplet: 91, 0C and EE. RGB value is (145,12,238). Sum of RGB (Red+Green+Blue) = 145+12+238=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #910CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910CEE is #6EF311. Grayscale: #4C4C4C. Windows color (decimal): -7271186 or 15600785. OLE color: 15600785.
HSL color Cylindrical-coordinate representation of color #910CEE: hue angle of 275.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910CEE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 12 | 238 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.31º | 0.9% | 0.49% | - |
| HSV(B) | 275.31º | 0.95% | 0.93% | - |
| XYZ | 27.24 | 12.46 | 81.86 | - |
| YUV | 77.53 | 218.56 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 238 | 0.39 | 0.95 | 0 | 0.07 | 275.31 | 0.9 | 0.49 |
| Hex | 91 | C | EE | 27 | 5F | 0 | 7 | 113 | 5A | 31 |
| Octal | 221 | 14 | 356 | 47 | 137 | 0 | 7 | 423 | 132 | 61 |
| Binary | 10010001 | 1100 | 11101110 | 100111 | 1011111 | 0 | 111 | 100010011 | 1011010 | 110001 |
Color Harmonies of #910CEE
Complementary color
Monochromatic Colors of #910CEE
Black with #910CEE
Text Example
Text Example
White with #910CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CEE; }
p { color: rgb(145,12,238); }
H1.HeaderClassName
{
color: #910CEE;
}
.AnyTagClassName
{
color: #910CEE;
}
</style>
background-color css
<style>
a { background-color: #910CEE; }
a { background-color: rgb(145,12,238); }
div.DivClassName
{
background-color: #910CEE;
}
.BgClassName
{
background-color: #910CEE;
}
</style>
border-color css
<style>
span { border-color: #910CEE; }
span { border-color: rgb(145,12,238); }
td.TdClassName
{
border-color: #910CEE;
}
.TagClassName
{
border-color: #910CEE;
}
</style>