#8F2077

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

Shades of Dark Purple #8F2077

Tints of Dark Purple #8F2077

Color information

#8F2077 (or 0x8F2077) is unknown color: approx Dark Purple. HEX triplet: 8F, 20 and 77. RGB value is (143,32,119). Sum of RGB (Red+Green+Blue) = 143+32+119=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2077 is #70DF88. Grayscale: #4A4A4A. Windows color (decimal): -7397257 or 7807119. OLE color: 7807119.

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

Color convert

RGB14332119-
CMYK00.780.170.44
HSL312.97º63.43%34.31%-
HSV(B)312.97º77.62%56.08%-
XYZ15.178.218.24-
YUV75.11152.77176.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.64%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=48.64%
G=10.88%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433211900.780.170.44312.9763.4334.31
Hex8F207704E112C1393f22
Octal21740167011621544717742
Binary1000111110000011101110100111010001101100100111001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,32,119); }

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

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

 a { background-color: rgb(143,32,119); }

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

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

 span { border-color: rgb(143,32,119); }

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