#8F107B

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

Shades of Dark Purple #8F107B

Tints of Dark Purple #8F107B

Color information

#8F107B (or 0x8F107B) is unknown color: approx Dark Purple. HEX triplet: 8F, 10 and 7B. RGB value is (143,16,123). Sum of RGB (Red+Green+Blue) = 143+16+123=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F107B is #70EF84. Grayscale: #414141. Windows color (decimal): -7401349 or 8065167. OLE color: 8065167.

HSL color Cylindrical-coordinate representation of color #8F107B: hue angle of 309.45º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F107B is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14316123-
CMYK00.890.140.44
HSL309.45º79.87%31.18%-
HSV(B)309.45º88.81%56.08%-
XYZ15.097.6419.42-
YUV66.17160.08182.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.71%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=50.71%
G=5.67%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431612300.890.140.44309.4579.8731.18
Hex8F107B059E2C135501f
Octal217201730131165446512037
Binary10001111100001111011010110011110101100100110101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,16,123); }

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

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

 a { background-color: rgb(143,16,123); }

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

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

 span { border-color: rgb(143,16,123); }

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