#972EAE

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

Shades of Dark Orchid #972EAE

Tints of Dark Orchid #972EAE

Color information

#972EAE (or 0x972EAE) is unknown color: approx Dark Orchid. HEX triplet: 97, 2E and AE. RGB value is (151,46,174). Sum of RGB (Red+Green+Blue) = 151+46+174=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #972EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972EAE is #68D151. Grayscale: #5B5B5B. Windows color (decimal): -6869330 or 11415191. OLE color: 11415191.

HSL color Cylindrical-coordinate representation of color #972EAE: hue angle of 289.22º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972EAE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15146174-
CMYK0.130.7400.32
HSL289.22º58.18%43.14%-
HSV(B)289.22º73.56%68.24%-
XYZ21.3811.5941.15-
YUV91.99174.29170.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=40.70%
G=12.40%
B=46.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151461740.130.7400.32289.2258.1843.14
Hex972EAED4A0201213a2b
Octal22756256151120404417253
Binary1001011110111010101110110110010100100000100100001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972EAE; }

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

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

<style>
 a { background-color: #972EAE; }

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

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

<style>
 span { border-color: #972EAE; }

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

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