Shades of Dark Violet #920CEE
Tints of Dark Violet #920CEE
RGB
CMYK
RGB Variations
Color information
#920CEE (or 0x920CEE) is known color: Dark Violet. HEX triplet: 92, 0C and EE. RGB value is (146,12,238). Sum of RGB (Red+Green+Blue) = 146+12+238=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #920CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920CEE is #6DF311. Grayscale: #4D4D4D. Windows color (decimal): -7205650 or 15600786. OLE color: 15600786.
HSL color Cylindrical-coordinate representation of color #920CEE: hue angle of 275.58º 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 #920CEE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 12 | 238 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.58º | 0.9% | 0.49% | - |
| HSV(B) | 275.58º | 0.95% | 0.93% | - |
| XYZ | 27.42 | 12.55 | 81.87 | - |
| YUV | 77.83 | 218.39 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 238 | 0.39 | 0.95 | 0 | 0.07 | 275.58 | 0.9 | 0.49 |
| Hex | 92 | C | EE | 27 | 5F | 0 | 7 | 114 | 5A | 31 |
| Octal | 222 | 14 | 356 | 47 | 137 | 0 | 7 | 424 | 132 | 61 |
| Binary | 10010010 | 1100 | 11101110 | 100111 | 1011111 | 0 | 111 | 100010100 | 1011010 | 110001 |
Color Harmonies of #920CEE
Complementary color
Monochromatic Colors of #920CEE
Black with #920CEE
Text Example
Text Example
White with #920CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CEE; }
p { color: rgb(146,12,238); }
H1.HeaderClassName
{
color: #920CEE;
}
.AnyTagClassName
{
color: #920CEE;
}
</style>
background-color css
<style>
a { background-color: #920CEE; }
a { background-color: rgb(146,12,238); }
div.DivClassName
{
background-color: #920CEE;
}
.BgClassName
{
background-color: #920CEE;
}
</style>
border-color css
<style>
span { border-color: #920CEE; }
span { border-color: rgb(146,12,238); }
td.TdClassName
{
border-color: #920CEE;
}
.TagClassName
{
border-color: #920CEE;
}
</style>