#971686

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

Shades of Dark Purple #971686

Tints of Dark Purple #971686

Color information

#971686 (or 0x971686) is unknown color: approx Dark Purple. HEX triplet: 97, 16 and 86. RGB value is (151,22,134). Sum of RGB (Red+Green+Blue) = 151+22+134=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #971686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971686 is #68E979. Grayscale: #494949. Windows color (decimal): -6875514 or 8787607. OLE color: 8787607.

HSL color Cylindrical-coordinate representation of color #971686: hue angle of 307.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971686 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15122134-
CMYK00.850.110.41
HSL307.91º74.57%33.92%-
HSV(B)307.91º85.43%59.22%-
XYZ17.358.8723.35-
YUV73.34162.24183.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=49.19%
G=7.17%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512213400.850.110.41307.9174.5733.92
Hex971686055B291344b22
Octal227262060125135146411342
Binary1001011110110100001100101010110111010011001101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971686; }

 p { color: rgb(151,22,134); }

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

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

 a { background-color: rgb(151,22,134); }

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

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

 span { border-color: rgb(151,22,134); }

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