#9F21AE

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

Shades of Dark Orchid #9F21AE

Tints of Dark Orchid #9F21AE

Color information

#9F21AE (or 0x9F21AE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 21 and AE. RGB value is (159,33,174). Sum of RGB (Red+Green+Blue) = 159+33+174=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F21AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F21AE is #60DE51. Grayscale: #565656. Windows color (decimal): -6348370 or 11411871. OLE color: 11411871.

HSL color Cylindrical-coordinate representation of color #9F21AE: hue angle of 293.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F21AE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15933174-
CMYK0.090.8100.32
HSL293.62º68.12%40.59%-
HSV(B)293.62º81.03%68.24%-
XYZ22.4811.5141.08-
YUV86.75177.24179.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=43.44%
G=9.02%
B=47.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159331740.090.8100.32293.6268.1240.59
Hex9F21AE9510201264429
Octal237412561112104044610451
Binary10011111100001101011101001101000101000001001001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,174); }

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

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

 a { background-color: rgb(159,33,174); }

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

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

 span { border-color: rgb(159,33,174); }

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