#971B87

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

Shades of Dark Purple #971B87

Tints of Dark Purple #971B87

Color information

#971B87 (or 0x971B87) is unknown color: approx Dark Purple. HEX triplet: 97, 1B and 87. RGB value is (151,27,135). Sum of RGB (Red+Green+Blue) = 151+27+135=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #971B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B87 is #68E478. Grayscale: #4C4C4C. Windows color (decimal): -6874233 or 8854423. OLE color: 8854423.

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

Color convert

RGB15127135-
CMYK00.820.110.41
HSL307.74º69.66%34.9%-
HSV(B)307.74º82.12%59.22%-
XYZ17.539.1123.76-
YUV76.39161.08181.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=48.24%
G=8.63%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512713500.820.110.41307.7469.6634.9
Hex971B87052B291344623
Octal227332070122135146410643
Binary1001011111011100001110101001010111010011001101001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,27,135); }

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

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

 a { background-color: rgb(151,27,135); }

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

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

 span { border-color: rgb(151,27,135); }

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