#8F136C

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

Shades of Dark Purple #8F136C

Tints of Dark Purple #8F136C

Color information

#8F136C (or 0x8F136C) is unknown color: approx Dark Purple. HEX triplet: 8F, 13 and 6C. RGB value is (143,19,108). Sum of RGB (Red+Green+Blue) = 143+19+108=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F136C is #70EC93. Grayscale: #414141. Windows color (decimal): -7400596 or 7082895. OLE color: 7082895.

HSL color Cylindrical-coordinate representation of color #8F136C: hue angle of 316.94º degrees, saturation: 0.77, 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 #8F136C is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14319108-
CMYK00.870.240.44
HSL316.94º76.54%31.76%-
HSV(B)316.94º86.71%56.08%-
XYZ14.277.3914.86-
YUV66.22151.58182.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 108 (42.58% from 255) = 40%
R=52.96%
G=7.04%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431910800.870.240.44316.9476.5431.76
Hex8F136C057182C13d4d20
Octal217231540127305447511540
Binary1000111110011110110001010111110001011001001111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,108); }

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

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

 a { background-color: rgb(143,19,108); }

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

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

 span { border-color: rgb(143,19,108); }

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