#8f2976

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

Shades of Dark Purple #8F2976

Tints of Dark Purple #8F2976

Color information

#8F2976 (or 0x8F2976) is unknown color: approx Dark Purple. HEX triplet: 8F, 29 and 76. RGB value is (143,41,118). Sum of RGB (Red+Green+Blue) = 143+41+118=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2976 is #70D689. Grayscale: #505050. Windows color (decimal): -7394954 or 7743887. OLE color: 7743887.

HSL color Cylindrical-coordinate representation of color #8F2976: hue angle of 314.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2976 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14341118-
CMYK00.710.170.44
HSL314.71º55.43%36.08%-
HSV(B)314.71º71.33%56.08%-
XYZ15.398.7318.01-
YUV80.28149.29172.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.35%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=47.35%
G=13.58%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434111800.710.170.44314.7155.4336.08
Hex8F2976047112C13b3724
Octal21751166010721544736744
Binary1000111110100111101100100011110001101100100111011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f2976; }

 p { color: rgb(143,41,118); }

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

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

 a { background-color: rgb(143,41,118); }

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

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

 span { border-color: rgb(143,41,118); }

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