#8F1785

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

Shades of Dark Purple #8F1785

Tints of Dark Purple #8F1785

Color information

#8F1785 (or 0x8F1785) is unknown color: approx Dark Purple. HEX triplet: 8F, 17 and 85. RGB value is (143,23,133). Sum of RGB (Red+Green+Blue) = 143+23+133=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1785 is #70E87A. Grayscale: #474747. Windows color (decimal): -7399547 or 8722319. OLE color: 8722319.

HSL color Cylindrical-coordinate representation of color #8F1785: hue angle of 305º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1785 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14323133-
CMYK00.840.070.44
HSL305º72.29%32.55%-
HSV(B)305º83.92%56.08%-
XYZ15.878.1522.93-
YUV71.42162.76179.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 23 (9.38% from 255) = 7.69%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=47.83%
G=7.69%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432313300.840.070.4430572.2932.55
Hex8F178505472C1314821
Octal21727205012475446111041
Binary100011111011110000101010101001111011001001100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,23,133); }

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

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

 a { background-color: rgb(143,23,133); }

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

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

 span { border-color: rgb(143,23,133); }

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