#9C558A

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

Shades of Strikemaster #9C558A

Tints of Strikemaster #9C558A

Color information

#9C558A (or 0x9C558A) is unknown color: approx Strikemaster. HEX triplet: 9C, 55 and 8A. RGB value is (156,85,138). Sum of RGB (Red+Green+Blue) = 156+85+138=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C558A is #63AA75. Grayscale: #707070. Windows color (decimal): -6531702 or 9065884. OLE color: 9065884.

HSL color Cylindrical-coordinate representation of color #9C558A: hue angle of 315.21º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C558A is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15685138-
CMYK00.460.120.39
HSL315.21º29.46%47.25%-
HSV(B)315.21º45.51%61.18%-
XYZ21.5515.425.88-
YUV112.27142.52159.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=41.16%
G=22.43%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568513800.460.120.39315.2129.4647.25
Hex9C558A02EC2713b1d2f
Octal23412521205614474733557
Binary100111001010101100010100101110110010011110011101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C558A; }

 p { color: rgb(156,85,138); }

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

<style>
 a { background-color: #9C558A; }

 a { background-color: rgb(156,85,138); }

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

<style>
 span { border-color: #9C558A; }

 span { border-color: rgb(156,85,138); }

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