#8B5274

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

Shades of Strikemaster #8B5274

Tints of Strikemaster #8B5274

Color information

#8B5274 (or 0x8B5274) is unknown color: approx Strikemaster. HEX triplet: 8B, 52 and 74. RGB value is (139,82,116). Sum of RGB (Red+Green+Blue) = 139+82+116=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5274 is #74AD8B. Grayscale: #666666. Windows color (decimal): -7646604 or 7623307. OLE color: 7623307.

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

Color convert

RGB13982116-
CMYK00.410.170.45
HSL324.21º25.79%43.33%-
HSV(B)324.21º41.01%54.51%-
XYZ16.8212.7818.1-
YUV102.92135.38153.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=41.25%
G=24.33%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398211600.410.170.45324.2125.7943.33
Hex8B5274029112D1441a2b
Octal21312216405121555043253
Binary100010111010010111010001010011000110110110100010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,116); }

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

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

 a { background-color: rgb(139,82,116); }

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

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

 span { border-color: rgb(139,82,116); }

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