#9C5A83

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

Shades of Strikemaster #9C5A83

Tints of Strikemaster #9C5A83

Color information

#9C5A83 (or 0x9C5A83) is unknown color: approx Strikemaster. HEX triplet: 9C, 5A and 83. RGB value is (156,90,131). Sum of RGB (Red+Green+Blue) = 156+90+131=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A83 is #63A57C. Grayscale: #727272. Windows color (decimal): -6530429 or 8608412. OLE color: 8608412.

HSL color Cylindrical-coordinate representation of color #9C5A83: hue angle of 322.73º 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 #9C5A83 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB15690131-
CMYK00.420.160.39
HSL322.73º26.83%48.24%-
HSV(B)322.73º42.31%61.18%-
XYZ21.4616.0223.43-
YUV114.41137.37157.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=41.38%
G=23.87%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569013100.420.160.39322.7326.8348.24
Hex9C5A8302A10271431b30
Octal23413220305220475033360
Binary1001110010110101000001101010101000010011110100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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