#9222AD

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

Shades of Dark Orchid #9222AD

Tints of Dark Orchid #9222AD

Color information

#9222AD (or 0x9222AD) is unknown color: approx Dark Orchid. HEX triplet: 92, 22 and AD. RGB value is (146,34,173). Sum of RGB (Red+Green+Blue) = 146+34+173=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #9222AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9222AD is #6DDD52. Grayscale: #525252. Windows color (decimal): -7200083 or 11346578. OLE color: 11346578.

HSL color Cylindrical-coordinate representation of color #9222AD: hue angle of 288.35º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9222AD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14634173-
CMYK0.160.8000.32
HSL288.35º67.15%40.59%-
HSV(B)288.35º80.35%67.84%-
XYZ19.9710.2740.47-
YUV83.33178.61172.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=41.36%
G=9.63%
B=49.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146341730.160.8000.32288.3567.1540.59
Hex9222AD10500201204329
Octal222422552012004044010351
Binary100100101000101010110110000101000001000001001000001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9222AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9222AD; }

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

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

<style>
 a { background-color: #9222AD; }

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

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

<style>
 span { border-color: #9222AD; }

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

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