#8F5275

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

Shades of Strikemaster #8F5275

Tints of Strikemaster #8F5275

Color information

#8F5275 (or 0x8F5275) is unknown color: approx Strikemaster. HEX triplet: 8F, 52 and 75. RGB value is (143,82,117). Sum of RGB (Red+Green+Blue) = 143+82+117=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5275 is #70AD8A. Grayscale: #686868. Windows color (decimal): -7384459 or 7688847. OLE color: 7688847.

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

Color convert

RGB14382117-
CMYK00.430.180.44
HSL325.57º27.11%44.12%-
HSV(B)325.57º42.66%56.08%-
XYZ17.5613.1618.44-
YUV104.23135.21155.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=41.81%
G=23.98%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438211700.430.180.44325.5727.1144.12
Hex8F527502B122C1461b2c
Octal21712216505322545063354
Binary100011111010010111010101010111001010110010100011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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