#922ECF

Color #922ECF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #922ECF

Tints of Dark Orchid #922ECF

Color information

#922ECF (or 0x922ECF) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and CF. RGB value is (146,46,207). Sum of RGB (Red+Green+Blue) = 146+46+207=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #922ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ECF is #6DD130. Grayscale: #5D5D5D. Windows color (decimal): -7196977 or 13577874. OLE color: 13577874.

HSL color Cylindrical-coordinate representation of color #922ECF: hue angle of 277.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922ECF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14646207-
CMYK0.290.7800.19
HSL277.27º63.64%49.61%-
HSV(B)277.27º77.78%81.18%-
XYZ24.0912.5760.19-
YUV94.25191.63164.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=36.59%
G=11.53%
B=51.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal146462070.290.7800.19277.2763.6449.61
Hex922ECF1D4E0131154032
Octal222563173511602342510062
Binary10010010101110110011111110110011100100111000101011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922ECF; }

 p { color: rgb(146,46,207); }

 H1.HeaderClassName
 {
   color: #922ECF;
 }
 .AnyTagClassName
 {
   color: #922ECF;
 }
</style>
background-color css

<style>
 a { background-color: #922ECF; }

 a { background-color: rgb(146,46,207); }

 div.DivClassName
 {
   background-color: #922ECF;
 }
 .BgClassName
 {
   background-color: #922ECF;
 }
</style>
border-color css

<style>
 span { border-color: #922ECF; }

 span { border-color: rgb(146,46,207); }

 td.TdClassName
 {
   border-color: #922ECF;
 }
 .TagClassName
 {
   border-color: #922ECF;
 }
</style>