#921EAE

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

Shades of Dark Orchid #921EAE

Tints of Dark Orchid #921EAE

Color information

#921EAE (or 0x921EAE) is unknown color: approx Dark Orchid. HEX triplet: 92, 1E and AE. RGB value is (146,30,174). Sum of RGB (Red+Green+Blue) = 146+30+174=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #921EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921EAE is #6DE151. Grayscale: #505050. Windows color (decimal): -7201106 or 11411090. OLE color: 11411090.

HSL color Cylindrical-coordinate representation of color #921EAE: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921EAE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14630174-
CMYK0.160.8300.32
HSL288.33º70.59%40%-
HSV(B)288.33º82.76%68.24%-
XYZ19.9610.140.94-
YUV81.1180.43174.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 30 (12.11% from 255) = 8.57%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=41.71%
G=8.57%
B=49.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146301740.160.8300.32288.3370.5940
Hex921EAE10530201204728
Octal222362562012304044010750
Binary10010010111101010111010000101001101000001001000001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921EAE; }

 p { color: rgb(146,30,174); }

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

<style>
 a { background-color: #921EAE; }

 a { background-color: rgb(146,30,174); }

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

<style>
 span { border-color: #921EAE; }

 span { border-color: rgb(146,30,174); }

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