#9C5383

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

Shades of Strikemaster #9C5383

Tints of Strikemaster #9C5383

Color information

#9C5383 (or 0x9C5383) is unknown color: approx Strikemaster. HEX triplet: 9C, 53 and 83. RGB value is (156,83,131). Sum of RGB (Red+Green+Blue) = 156+83+131=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5383 is #63AC7C. Grayscale: #6E6E6E. Windows color (decimal): -6532221 or 8606620. OLE color: 8606620.

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

Color convert

RGB15683131-
CMYK00.470.160.39
HSL320.55º30.54%46.86%-
HSV(B)320.55º46.79%61.18%-
XYZ20.914.8923.25-
YUV110.3139.68160.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=42.16%
G=22.43%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568313100.470.160.39320.5530.5446.86
Hex9C538302F10271411f2f
Octal23412320305720475013757
Binary1001110010100111000001101011111000010011110100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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