#972AAD

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

Shades of Dark Orchid #972AAD

Tints of Dark Orchid #972AAD

Color information

#972AAD (or 0x972AAD) is unknown color: approx Dark Orchid. HEX triplet: 97, 2A and AD. RGB value is (151,42,173). Sum of RGB (Red+Green+Blue) = 151+42+173=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 42 (16.80% from 255 or 11.48% 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 #972AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972AAD is #68D552. Grayscale: #595959. Windows color (decimal): -6870355 or 11348631. OLE color: 11348631.

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

Color convert

RGB15142173-
CMYK0.130.7600.32
HSL289.92º60.93%42.16%-
HSV(B)289.92º75.72%67.84%-
XYZ21.1311.2540.59-
YUV89.52175.11171.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 42 (16.80% from 255) = 11.48%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=41.26%
G=11.48%
B=47.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151421730.130.7600.32289.9260.9342.16
Hex972AADD4C0201223d2a
Octal22752255151140404427552
Binary1001011110101010101101110110011000100000100100010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,42,173); }

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

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

 a { background-color: rgb(151,42,173); }

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

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

 span { border-color: rgb(151,42,173); }

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