#8F2770

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

Shades of Dark Purple #8F2770

Tints of Dark Purple #8F2770

Color information

#8F2770 (or 0x8F2770) is unknown color: approx Dark Purple. HEX triplet: 8F, 27 and 70. RGB value is (143,39,112). Sum of RGB (Red+Green+Blue) = 143+39+112=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2770 is #70D88F. Grayscale: #4E4E4E. Windows color (decimal): -7395472 or 7350159. OLE color: 7350159.

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

Color convert

RGB14339112-
CMYK00.730.220.44
HSL317.88º57.14%35.69%-
HSV(B)317.88º72.73%56.08%-
XYZ14.988.4616.17-
YUV78.42146.96174.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.64%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=48.64%
G=13.27%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433911200.730.220.44317.8857.1435.69
Hex8F2770049162C13e3924
Octal21747160011126544767144
Binary1000111110011111100000100100110110101100100111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,112); }

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

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

 a { background-color: rgb(143,39,112); }

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

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

 span { border-color: rgb(143,39,112); }

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