#9219AF

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

Shades of Dark Orchid #9219AF

Tints of Dark Orchid #9219AF

Color information

#9219AF (or 0x9219AF) is unknown color: approx Dark Orchid. HEX triplet: 92, 19 and AF. RGB value is (146,25,175). Sum of RGB (Red+Green+Blue) = 146+25+175=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #9219AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219AF is #6DE650. Grayscale: #4D4D4D. Windows color (decimal): -7202385 or 11475346. OLE color: 11475346.

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

Color convert

RGB14625175-
CMYK0.170.8600.31
HSL288.4º75%39.22%-
HSV(B)288.4º85.71%68.63%-
XYZ19.949.941.42-
YUV78.28182.59176.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=42.20%
G=7.23%
B=50.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146251750.170.8600.31288.47539.22
Hex9219AF115601F1204b27
Octal222312572112603744011347
Binary1001001011001101011111000110101100111111001000001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9219AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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