#8A7281

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

Shades of Strikemaster #8A7281

Tints of Strikemaster #8A7281

Color information

#8A7281 (or 0x8A7281) is unknown color: approx Strikemaster. HEX triplet: 8A, 72 and 81. RGB value is (138,114,129). Sum of RGB (Red+Green+Blue) = 138+114+129=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7281 is #758D7E. Grayscale: #7A7A7A. Windows color (decimal): -7703935 or 8483466. OLE color: 8483466.

HSL color Cylindrical-coordinate representation of color #8A7281: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7281 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB138114129-
CMYK00.170.070.46
HSL322.5º9.52%49.41%-
HSV(B)322.5º17.39%54.12%-
XYZ20.4619.0223.36-
YUV122.89131.45138.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=36.22%
G=29.92%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811412900.170.070.46322.59.5249.41
Hex8A728101172E142a31
Octal2121622010217565021261
Binary100010101110010100000010100011111011101010000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,129); }

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

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

 a { background-color: rgb(138,114,129); }

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

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

 span { border-color: rgb(138,114,129); }

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