#9D567D

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

Shades of Strikemaster #9D567D

Tints of Strikemaster #9D567D

Color information

#9D567D (or 0x9D567D) is unknown color: approx Strikemaster. HEX triplet: 9D, 56 and 7D. RGB value is (157,86,125). Sum of RGB (Red+Green+Blue) = 157+86+125=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D567D is #62A982. Grayscale: #6F6F6F. Windows color (decimal): -6465923 or 8214173. OLE color: 8214173.

HSL color Cylindrical-coordinate representation of color #9D567D: hue angle of 327.04º 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 #9D567D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15786125-
CMYK00.450.200.38
HSL327.04º29.22%47.65%-
HSV(B)327.04º45.22%61.57%-
XYZ20.9315.321.25-
YUV111.68135.52160.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=42.66%
G=23.37%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578612500.450.200.38327.0429.2247.65
Hex9D567D02D14261471d30
Octal23512617505524465073560
Binary100111011010110111110101011011010010011010100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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