#8A667F

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

Shades of Strikemaster #8A667F

Tints of Strikemaster #8A667F

Color information

#8A667F (or 0x8A667F) is unknown color: approx Strikemaster. HEX triplet: 8A, 66 and 7F. RGB value is (138,102,127). Sum of RGB (Red+Green+Blue) = 138+102+127=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A667F is #759980. Grayscale: #737373. Windows color (decimal): -7707009 or 8349322. OLE color: 8349322.

HSL color Cylindrical-coordinate representation of color #8A667F: hue angle of 318.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A667F is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB138102127-
CMYK00.260.080.46
HSL318.33º15%47.06%-
HSV(B)318.33º26.09%54.12%-
XYZ19.0616.4422.25-
YUV115.61134.43143.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 127 (50% from 255) = 34.60%
R=37.60%
G=27.79%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810212700.260.080.46318.331547.06
Hex8A667F01A82E13ef2f
Octal21214617703210564761757
Binary100010101100110111111101101010001011101001111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,127); }

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

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

 a { background-color: rgb(138,102,127); }

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

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

 span { border-color: rgb(138,102,127); }

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