Shades of Dark Orchid #921ECE
Tints of Dark Orchid #921ECE
RGB
CMYK
RGB Variations
Color information
#921ECE (or 0x921ECE) is known color: Dark Orchid. HEX triplet: 92, 1E and CE. RGB value is (146,30,206). Sum of RGB (Red+Green+Blue) = 146+30+206=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #921ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ECE is #6DE131. Grayscale: #545454. Windows color (decimal): -7201074 or 13508242. OLE color: 13508242.
HSL color Cylindrical-coordinate representation of color #921ECE: hue angle of 279.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921ECE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 30 | 206 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.19 |
| HSL | 279.55º | 0.75% | 0.46% | - |
| HSV(B) | 279.55º | 0.85% | 0.81% | - |
| XYZ | 23.46 | 11.5 | 59.38 | - |
| YUV | 84.75 | 196.43 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 206 | 0.29 | 0.85 | 0 | 0.19 | 279.55 | 0.75 | 0.46 |
| Hex | 92 | 1E | CE | 1D | 55 | 0 | 13 | 118 | 4B | 2E |
| Octal | 222 | 36 | 316 | 35 | 125 | 0 | 23 | 430 | 113 | 56 |
| Binary | 10010010 | 11110 | 11001110 | 11101 | 1010101 | 0 | 10011 | 100011000 | 1001011 | 101110 |
Color Harmonies of #921ECE
Complementary color
Monochromatic Colors of #921ECE
Black with #921ECE
Text Example
Text Example
White with #921ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921ECE; }
p { color: rgb(146,30,206); }
H1.HeaderClassName
{
color: #921ECE;
}
.AnyTagClassName
{
color: #921ECE;
}
</style>
background-color css
<style>
a { background-color: #921ECE; }
a { background-color: rgb(146,30,206); }
div.DivClassName
{
background-color: #921ECE;
}
.BgClassName
{
background-color: #921ECE;
}
</style>
border-color css
<style>
span { border-color: #921ECE; }
span { border-color: rgb(146,30,206); }
td.TdClassName
{
border-color: #921ECE;
}
.TagClassName
{
border-color: #921ECE;
}
</style>