#972FAD

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

Shades of Dark Orchid #972FAD

Tints of Dark Orchid #972FAD

Color information

#972FAD (or 0x972FAD) is unknown color: approx Dark Orchid. HEX triplet: 97, 2F and AD. RGB value is (151,47,173). Sum of RGB (Red+Green+Blue) = 151+47+173=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #972FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972FAD is #68D052. Grayscale: #5C5C5C. Windows color (decimal): -6869075 or 11349911. OLE color: 11349911.

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

Color convert

RGB15147173-
CMYK0.130.7300.32
HSL289.52º57.27%43.14%-
HSV(B)289.52º72.83%67.84%-
XYZ21.3211.6340.66-
YUV92.46173.46169.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=40.70%
G=12.67%
B=46.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151471730.130.7300.32289.5257.2743.14
Hex972FADD49020122392b
Octal22757255151110404427153
Binary1001011110111110101101110110010010100000100100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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