#8C627B

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

Shades of Strikemaster #8C627B

Tints of Strikemaster #8C627B

Color information

#8C627B (or 0x8C627B) is unknown color: approx Strikemaster. HEX triplet: 8C, 62 and 7B. RGB value is (140,98,123). Sum of RGB (Red+Green+Blue) = 140+98+123=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C627B is #739D84. Grayscale: #717171. Windows color (decimal): -7576965 or 8086156. OLE color: 8086156.

HSL color Cylindrical-coordinate representation of color #8C627B: hue angle of 324.29º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C627B is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14098123-
CMYK00.30.120.45
HSL324.29º17.65%46.67%-
HSV(B)324.29º30%54.9%-
XYZ18.7615.7420.79-
YUV113.41133.41146.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=38.78%
G=27.15%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409812300.30.120.45324.2917.6546.67
Hex8C627B01EC2D144122f
Octal21414217303614555042257
Binary1000110011000101111011011110110010110110100010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,123); }

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

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

 a { background-color: rgb(140,98,123); }

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

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

 span { border-color: rgb(140,98,123); }

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