#9219AE

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

Shades of Dark Orchid #9219AE

Tints of Dark Orchid #9219AE

Color information

#9219AE (or 0x9219AE) is unknown color: approx Dark Orchid. HEX triplet: 92, 19 and AE. RGB value is (146,25,174). Sum of RGB (Red+Green+Blue) = 146+25+174=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9219AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219AE is #6DE651. Grayscale: #4D4D4D. Windows color (decimal): -7202386 or 11409810. OLE color: 11409810.

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

Color convert

RGB14625174-
CMYK0.160.8600.32
HSL288.72º74.87%39.02%-
HSV(B)288.72º85.63%68.24%-
XYZ19.849.8640.9-
YUV78.16182.09176.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=42.32%
G=7.25%
B=50.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146251740.160.8600.32288.7274.8739.02
Hex9219AE10560201214b27
Octal222312562012604044111347
Binary10010010110011010111010000101011001000001001000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9219AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9219AE; }

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

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

<style>
 a { background-color: #9219AE; }

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

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

<style>
 span { border-color: #9219AE; }

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

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