#9721AE

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

Shades of Dark Orchid #9721AE

Tints of Dark Orchid #9721AE

Color information

#9721AE (or 0x9721AE) is unknown color: approx Dark Orchid. HEX triplet: 97, 21 and AE. RGB value is (151,33,174). Sum of RGB (Red+Green+Blue) = 151+33+174=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9721AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9721AE is #68DE51. Grayscale: #535353. Windows color (decimal): -6872658 or 11411863. OLE color: 11411863.

HSL color Cylindrical-coordinate representation of color #9721AE: hue angle of 290.21º 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 #9721AE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15133174-
CMYK0.130.8100.32
HSL290.21º68.12%40.59%-
HSV(B)290.21º81.03%68.24%-
XYZ20.9510.7241.01-
YUV84.36178.59175.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=42.18%
G=9.22%
B=48.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151331740.130.8100.32290.2168.1240.59
Hex9721AED510201224429
Octal227412561512104044210451
Binary10010111100001101011101101101000101000001001000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9721AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9721AE; }

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

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

<style>
 a { background-color: #9721AE; }

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

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

<style>
 span { border-color: #9721AE; }

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

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