#922EAD

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

Shades of Dark Orchid #922EAD

Tints of Dark Orchid #922EAD

Color information

#922EAD (or 0x922EAD) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and AD. RGB value is (146,46,173). Sum of RGB (Red+Green+Blue) = 146+46+173=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #922EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922EAD is #6DD152. Grayscale: #595959. Windows color (decimal): -7197011 or 11349650. OLE color: 11349650.

HSL color Cylindrical-coordinate representation of color #922EAD: hue angle of 287.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922EAD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14646173-
CMYK0.160.7300.32
HSL287.24º57.99%42.94%-
HSV(B)287.24º73.41%67.84%-
XYZ20.3711.0840.6-
YUV90.38174.63167.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=40%
G=12.60%
B=47.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146461730.160.7300.32287.2457.9942.94
Hex922EAD104902011f3a2b
Octal22256255201110404377253
Binary10010010101110101011011000010010010100000100011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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