#9C5A7A

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

Shades of Strikemaster #9C5A7A

Tints of Strikemaster #9C5A7A

Color information

#9C5A7A (or 0x9C5A7A) is unknown color: approx Strikemaster. HEX triplet: 9C, 5A and 7A. RGB value is (156,90,122). Sum of RGB (Red+Green+Blue) = 156+90+122=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A7A is #63A585. Grayscale: #717171. Windows color (decimal): -6530438 or 8018588. OLE color: 8018588.

HSL color Cylindrical-coordinate representation of color #9C5A7A: hue angle of 330.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A7A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15690122-
CMYK00.420.220.39
HSL330.91º26.83%48.24%-
HSV(B)330.91º42.31%61.18%-
XYZ20.8815.7920.36-
YUV113.38132.87158.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=42.39%
G=24.46%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569012200.420.220.39330.9126.8348.24
Hex9C5A7A02A162714b1b30
Octal23413217205226475133360
Binary100111001011010111101001010101011010011110100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,122); }

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

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

 a { background-color: rgb(156,90,122); }

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

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

 span { border-color: rgb(156,90,122); }

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