#9F22AD

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

Shades of Dark Orchid #9F22AD

Tints of Dark Orchid #9F22AD

Color information

#9F22AD (or 0x9F22AD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 22 and AD. RGB value is (159,34,173). Sum of RGB (Red+Green+Blue) = 159+34+173=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F22AD is #60DD52. Grayscale: #565656. Windows color (decimal): -6348115 or 11346591. OLE color: 11346591.

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

Color convert

RGB15934173-
CMYK0.080.8000.32
HSL293.96º67.15%40.59%-
HSV(B)293.96º80.35%67.84%-
XYZ22.4111.5340.58-
YUV87.22176.41179.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 34 (13.67% from 255) = 9.29%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=43.44%
G=9.29%
B=47.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159341730.080.8000.32293.9667.1540.59
Hex9F22AD8500201264329
Octal237422551012004044610351
Binary10011111100010101011011000101000001000001001001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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