#972AAB

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

Shades of Dark Orchid #972AAB

Tints of Dark Orchid #972AAB

Color information

#972AAB (or 0x972AAB) is unknown color: approx Dark Orchid. HEX triplet: 97, 2A and AB. RGB value is (151,42,171). Sum of RGB (Red+Green+Blue) = 151+42+171=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #972AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972AAB is #68D554. Grayscale: #585858. Windows color (decimal): -6870357 or 11217559. OLE color: 11217559.

HSL color Cylindrical-coordinate representation of color #972AAB: hue angle of 290.7º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972AAB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15142171-
CMYK0.120.7500.33
HSL290.7º60.56%41.76%-
HSV(B)290.7º75.44%67.06%-
XYZ20.9411.1839.58-
YUV89.3174.11172.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 42 (16.80% from 255) = 11.54%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=41.48%
G=11.54%
B=46.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151421710.120.7500.33290.760.5641.76
Hex972AABC4B0211233d2a
Octal22752253141130414437552
Binary1001011110101010101011110010010110100001100100011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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