#9F22A9

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

Shades of Dark Orchid #9F22A9

Tints of Dark Orchid #9F22A9

Color information

#9F22A9 (or 0x9F22A9) is unknown color: approx Dark Orchid. HEX triplet: 9F, 22 and A9. RGB value is (159,34,169). Sum of RGB (Red+Green+Blue) = 159+34+169=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F22A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F22A9 is #60DD56. Grayscale: #565656. Windows color (decimal): -6348119 or 11084447. OLE color: 11084447.

HSL color Cylindrical-coordinate representation of color #9F22A9: hue angle of 295.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F22A9 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15934169-
CMYK0.060.8000.34
HSL295.56º66.5%39.8%-
HSV(B)295.56º79.88%66.27%-
XYZ22.0311.3838.57-
YUV86.76174.41179.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 34 (13.67% from 255) = 9.39%
BLUE value IS 169 (66.41% from 255) = 46.69%
R=43.92%
G=9.39%
B=46.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159341690.060.8000.34295.5666.539.8
Hex9F22A96500221284328
Octal23742251612004245010350
Binary1001111110001010101001110101000001000101001010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F22A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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