#8F3770

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

Shades of Dark Purple #8F3770

Tints of Dark Purple #8F3770

Color information

#8F3770 (or 0x8F3770) is unknown color: approx Dark Purple. HEX triplet: 8F, 37 and 70. RGB value is (143,55,112). Sum of RGB (Red+Green+Blue) = 143+55+112=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3770 is #70C88F. Grayscale: #575757. Windows color (decimal): -7391376 or 7354255. OLE color: 7354255.

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

Color convert

RGB14355112-
CMYK00.620.220.44
HSL321.14º44.44%38.82%-
HSV(B)321.14º61.54%56.08%-
XYZ15.629.7416.39-
YUV87.81141.65167.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=46.13%
G=17.74%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435511200.620.220.44321.1444.4438.82
Hex8F377003E162C1412c27
Octal2176716007626545015447
Binary100011111101111110000011111010110101100101000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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