#9D568A

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

Shades of Strikemaster #9D568A

Tints of Strikemaster #9D568A

Color information

#9D568A (or 0x9D568A) is unknown color: approx Strikemaster. HEX triplet: 9D, 56 and 8A. RGB value is (157,86,138). Sum of RGB (Red+Green+Blue) = 157+86+138=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D568A is #62A975. Grayscale: #717171. Windows color (decimal): -6465910 or 9066141. OLE color: 9066141.

HSL color Cylindrical-coordinate representation of color #9D568A: hue angle of 316.06º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D568A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15786138-
CMYK00.450.120.38
HSL316.06º29.22%47.65%-
HSV(B)316.06º45.22%61.57%-
XYZ21.8215.6625.92-
YUV113.16142.02159.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=41.21%
G=22.57%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578613800.450.120.38316.0629.2247.65
Hex9D568A02DC2613c1d30
Octal23512621205514464743560
Binary100111011010110100010100101101110010011010011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,138); }

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

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

 a { background-color: rgb(157,86,138); }

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

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

 span { border-color: rgb(157,86,138); }

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