#971B8A

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

Shades of Dark Purple #971B8A

Tints of Dark Purple #971B8A

Color information

#971B8A (or 0x971B8A) is unknown color: approx Dark Purple. HEX triplet: 97, 1B and 8A. RGB value is (151,27,138). Sum of RGB (Red+Green+Blue) = 151+27+138=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #971B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B8A is #68E475. Grayscale: #4C4C4C. Windows color (decimal): -6874230 or 9051031. OLE color: 9051031.

HSL color Cylindrical-coordinate representation of color #971B8A: hue angle of 306.29º 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 #971B8A is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15127138-
CMYK00.820.090.41
HSL306.29º69.66%34.9%-
HSV(B)306.29º82.12%59.22%-
XYZ17.749.224.89-
YUV76.73162.58180.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 27 (10.94% from 255) = 8.54%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=47.78%
G=8.54%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512713800.820.090.41306.2969.6634.9
Hex971B8A0529291324623
Octal227332120122115146210643
Binary1001011111011100010100101001010011010011001100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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