#971081

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

Shades of Dark Purple #971081

Tints of Dark Purple #971081

Color information

#971081 (or 0x971081) is unknown color: approx Dark Purple. HEX triplet: 97, 10 and 81. RGB value is (151,16,129). Sum of RGB (Red+Green+Blue) = 151+16+129=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #971081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971081 is #68EF7E. Grayscale: #444444. Windows color (decimal): -6877055 or 8458391. OLE color: 8458391.

HSL color Cylindrical-coordinate representation of color #971081: hue angle of 309.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971081 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15116129-
CMYK00.890.150.41
HSL309.78º80.84%32.75%-
HSV(B)309.78º89.4%59.22%-
XYZ16.918.5321.53-
YUV69.25161.73186.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.01%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=51.01%
G=5.41%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511612900.890.150.41309.7880.8432.75
Hex971081059F291365121
Octal227202010131175146612141
Binary1001011110000100000010101100111111010011001101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971081; }

 p { color: rgb(151,16,129); }

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

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

 a { background-color: rgb(151,16,129); }

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

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

 span { border-color: rgb(151,16,129); }

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