#9A22AD

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

Shades of Dark Orchid #9A22AD

Tints of Dark Orchid #9A22AD

Color information

#9A22AD (or 0x9A22AD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 22 and AD. RGB value is (154,34,173). Sum of RGB (Red+Green+Blue) = 154+34+173=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A22AD is #65DD52. Grayscale: #555555. Windows color (decimal): -6675795 or 11346586. OLE color: 11346586.

HSL color Cylindrical-coordinate representation of color #9A22AD: hue angle of 291.8º 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 #9A22AD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15434173-
CMYK0.110.8000.32
HSL291.8º67.15%40.59%-
HSV(B)291.8º80.35%67.84%-
XYZ21.4411.0340.53-
YUV85.73177.26176.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=42.66%
G=9.42%
B=47.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154341730.110.8000.32291.867.1540.59
Hex9A22ADB500201244329
Octal232422551312004044410351
Binary10011010100010101011011011101000001000001001001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A22AD; }

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

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

<style>
 a { background-color: #9A22AD; }

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

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

<style>
 span { border-color: #9A22AD; }

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

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