#8F1277

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

Shades of Dark Purple #8F1277

Tints of Dark Purple #8F1277

Color information

#8F1277 (or 0x8F1277) is unknown color: approx Dark Purple. HEX triplet: 8F, 12 and 77. RGB value is (143,18,119). Sum of RGB (Red+Green+Blue) = 143+18+119=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1277 is #70ED88. Grayscale: #424242. Windows color (decimal): -7400841 or 7803535. OLE color: 7803535.

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

Color convert

RGB14318119-
CMYK00.870.170.44
HSL311.52º77.64%31.57%-
HSV(B)311.52º87.41%56.08%-
XYZ14.877.618.14-
YUV66.89157.41182.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.07%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=51.07%
G=6.43%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431811900.870.170.44311.5277.6431.57
Hex8F1277057112C1384e20
Octal217221670127215447011640
Binary1000111110010111011101010111100011011001001110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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