#8f296e

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

Shades of Dark Purple #8F296E

Tints of Dark Purple #8F296E

Color information

#8F296E (or 0x8F296E) is unknown color: approx Dark Purple. HEX triplet: 8F, 29 and 6E. RGB value is (143,41,110). Sum of RGB (Red+Green+Blue) = 143+41+110=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F296E is #70D691. Grayscale: #4F4F4F. Windows color (decimal): -7394962 or 7219599. OLE color: 7219599.

HSL color Cylindrical-coordinate representation of color #8F296E: hue angle of 319.41º 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 #8F296E is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14341110-
CMYK00.710.230.44
HSL319.41º55.43%36.08%-
HSV(B)319.41º71.33%56.08%-
XYZ14.948.5515.62-
YUV79.36145.29173.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.64%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=48.64%
G=13.95%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434111000.710.230.44319.4155.4336.08
Hex8F296E047172C13f3724
Octal21751156010727544776744
Binary1000111110100111011100100011110111101100100111111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f296e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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