#8F2175

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

Shades of Dark Purple #8F2175

Tints of Dark Purple #8F2175

Color information

#8F2175 (or 0x8F2175) is unknown color: approx Dark Purple. HEX triplet: 8F, 21 and 75. RGB value is (143,33,117). Sum of RGB (Red+Green+Blue) = 143+33+117=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2175 is #70DE8A. Grayscale: #4B4B4B. Windows color (decimal): -7397003 or 7676303. OLE color: 7676303.

HSL color Cylindrical-coordinate representation of color #8F2175: hue angle of 314.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2175 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14333117-
CMYK00.770.180.44
HSL314.18º62.5%34.51%-
HSV(B)314.18º76.92%56.08%-
XYZ15.088.2117.62-
YUV75.47151.44176.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.81%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=48.81%
G=11.26%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433311700.770.180.44314.1862.534.51
Hex8F217504D122C13a3e23
Octal21741165011522544727643
Binary1000111110000111101010100110110010101100100111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,33,117); }

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

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

 a { background-color: rgb(143,33,117); }

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

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

 span { border-color: rgb(143,33,117); }

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