#8B627F

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

Shades of Strikemaster #8B627F

Tints of Strikemaster #8B627F

Color information

#8B627F (or 0x8B627F) is unknown color: approx Strikemaster. HEX triplet: 8B, 62 and 7F. RGB value is (139,98,127). Sum of RGB (Red+Green+Blue) = 139+98+127=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627F is #749D80. Grayscale: #717171. Windows color (decimal): -7642497 or 8348299. OLE color: 8348299.

HSL color Cylindrical-coordinate representation of color #8B627F: hue angle of 317.56º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B627F is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB13998127-
CMYK00.290.090.45
HSL317.56º17.3%46.47%-
HSV(B)317.56º29.5%54.51%-
XYZ18.8515.7622.13-
YUV113.56135.58146.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 127 (50% from 255) = 34.89%
R=38.19%
G=26.92%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399812700.290.090.45317.5617.346.47
Hex8B627F01D92D13e112e
Octal21314217703511554762156
Binary1000101111000101111111011101100110110110011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,127); }

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

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

 a { background-color: rgb(139,98,127); }

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

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

 span { border-color: rgb(139,98,127); }

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