#921AAE

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

Shades of Dark Orchid #921AAE

Tints of Dark Orchid #921AAE

Color information

#921AAE (or 0x921AAE) is unknown color: approx Dark Orchid. HEX triplet: 92, 1A and AE. RGB value is (146,26,174). Sum of RGB (Red+Green+Blue) = 146+26+174=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #921AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AAE is #6DE551. Grayscale: #4E4E4E. Windows color (decimal): -7202130 or 11410066. OLE color: 11410066.

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

Color convert

RGB14626174-
CMYK0.160.8500.32
HSL288.65º74%39.22%-
HSV(B)288.65º85.06%68.24%-
XYZ19.869.9140.91-
YUV78.75181.76175.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=42.20%
G=7.51%
B=50.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146261740.160.8500.32288.657439.22
Hex921AAE10550201214a27
Octal222322562012504044111247
Binary10010010110101010111010000101010101000001001000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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