#8F6687

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

Shades of Strikemaster #8F6687

Tints of Strikemaster #8F6687

Color information

#8F6687 (or 0x8F6687) is unknown color: approx Strikemaster. HEX triplet: 8F, 66 and 87. RGB value is (143,102,135). Sum of RGB (Red+Green+Blue) = 143+102+135=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6687 is #709978. Grayscale: #757575. Windows color (decimal): -7379321 or 8873615. OLE color: 8873615.

HSL color Cylindrical-coordinate representation of color #8F6687: hue angle of 311.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6687 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB143102135-
CMYK00.290.060.44
HSL311.71º16.73%48.04%-
HSV(B)311.71º28.67%56.08%-
XYZ20.4517.0925.14-
YUV118.02137.58145.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=37.63%
G=26.84%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310213500.290.060.44311.7116.7348.04
Hex8F668701D62C1381130
Octal2171462070356544702160
Binary1000111111001101000011101110111010110010011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,135); }

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

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

 a { background-color: rgb(143,102,135); }

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

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

 span { border-color: rgb(143,102,135); }

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