#8A6781

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

Shades of Strikemaster #8A6781

Tints of Strikemaster #8A6781

Color information

#8A6781 (or 0x8A6781) is unknown color: approx Strikemaster. HEX triplet: 8A, 67 and 81. RGB value is (138,103,129). Sum of RGB (Red+Green+Blue) = 138+103+129=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6781 is #75987E. Grayscale: #747474. Windows color (decimal): -7706751 or 8480650. OLE color: 8480650.

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

Color convert

RGB138103129-
CMYK00.250.070.46
HSL315.43º14.52%47.25%-
HSV(B)315.43º25.36%54.12%-
XYZ19.2916.6922.97-
YUV116.43135.1143.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=37.30%
G=27.84%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810312900.250.070.46315.4314.5247.25
Hex8A678101972E13bf2f
Octal2121472010317564731757
Binary100010101100111100000010110011111011101001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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