#971889

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

Shades of Dark Purple #971889

Tints of Dark Purple #971889

Color information

#971889 (or 0x971889) is unknown color: approx Dark Purple. HEX triplet: 97, 18 and 89. RGB value is (151,24,137). Sum of RGB (Red+Green+Blue) = 151+24+137=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #971889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971889 is #68E776. Grayscale: #4A4A4A. Windows color (decimal): -6874999 or 8984727. OLE color: 8984727.

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

Color convert

RGB15124137-
CMYK00.840.090.41
HSL306.61º72.57%34.31%-
HSV(B)306.61º84.11%59.22%-
XYZ17.69.0424.48-
YUV74.86163.08182.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=48.40%
G=7.69%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512413700.840.090.41306.6172.5734.31
Hex9718890549291334922
Octal227302110124115146311142
Binary1001011111000100010010101010010011010011001100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971889; }

 p { color: rgb(151,24,137); }

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

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

 a { background-color: rgb(151,24,137); }

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

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

 span { border-color: rgb(151,24,137); }

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