#8F7884

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

Shades of Strikemaster #8F7884

Tints of Strikemaster #8F7884

Color information

#8F7884 (or 0x8F7884) is unknown color: approx Strikemaster. HEX triplet: 8F, 78 and 84. RGB value is (143,120,132). Sum of RGB (Red+Green+Blue) = 143+120+132=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7884 is #70877B. Grayscale: #808080. Windows color (decimal): -7374716 or 8681615. OLE color: 8681615.

HSL color Cylindrical-coordinate representation of color #8F7884: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F7884 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143120132-
CMYK00.160.080.44
HSL328.7º9.31%51.57%-
HSV(B)328.7º16.08%56.08%-
XYZ22.2120.9424.7-
YUV128.24130.12138.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=36.20%
G=30.38%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312013200.160.080.44328.79.3151.57
Hex8F788401082C149934
Octal21717020402010545111164
Binary1000111111110001000010001000010001011001010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,132); }

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

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

 a { background-color: rgb(143,120,132); }

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

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

 span { border-color: rgb(143,120,132); }

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