#971A82

Color #971A82 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #971A82

Tints of Dark Purple #971A82

Color information

#971A82 (or 0x971A82) is unknown color: approx Dark Purple. HEX triplet: 97, 1A and 82. RGB value is (151,26,130). Sum of RGB (Red+Green+Blue) = 151+26+130=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #971A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A82 is #68E57D. Grayscale: #4A4A4A. Windows color (decimal): -6874494 or 8526487. OLE color: 8526487.

HSL color Cylindrical-coordinate representation of color #971A82: hue angle of 310.08º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A82 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15126130-
CMYK00.830.140.41
HSL310.08º70.62%34.71%-
HSV(B)310.08º82.78%59.22%-
XYZ17.168.9321.94-
YUV75.23158.91182.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=49.19%
G=8.47%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512613000.830.140.41310.0870.6234.71
Hex971A82053E291364723
Octal227322020123165146610743
Binary1001011111010100000100101001111101010011001101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971A82; }

 p { color: rgb(151,26,130); }

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

<style>
 a { background-color: #971A82; }

 a { background-color: rgb(151,26,130); }

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

<style>
 span { border-color: #971A82; }

 span { border-color: rgb(151,26,130); }

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