#8A5F7E

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

Shades of Strikemaster #8A5F7E

Tints of Strikemaster #8A5F7E

Color information

#8A5F7E (or 0x8A5F7E) is unknown color: approx Strikemaster. HEX triplet: 8A, 5F and 7E. RGB value is (138,95,126). Sum of RGB (Red+Green+Blue) = 138+95+126=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F7E is #75A081. Grayscale: #6F6F6F. Windows color (decimal): -7708802 or 8281994. OLE color: 8281994.

HSL color Cylindrical-coordinate representation of color #8A5F7E: hue angle of 316.74º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A5F7E is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13895126-
CMYK00.310.090.46
HSL316.74º18.45%45.69%-
HSV(B)316.74º31.16%54.12%-
XYZ18.3415.0921.69-
YUV111.39136.25146.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=38.44%
G=26.46%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389512600.310.090.46316.7418.4545.69
Hex8A5F7E01F92E13d122e
Octal21213717603711564752256
Binary1000101010111111111110011111100110111010011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,126); }

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

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

 a { background-color: rgb(138,95,126); }

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

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

 span { border-color: rgb(138,95,126); }

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