#9D5684

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

Shades of Strikemaster #9D5684

Tints of Strikemaster #9D5684

Color information

#9D5684 (or 0x9D5684) is unknown color: approx Strikemaster. HEX triplet: 9D, 56 and 84. RGB value is (157,86,132). Sum of RGB (Red+Green+Blue) = 157+86+132=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5684 is #62A97B. Grayscale: #707070. Windows color (decimal): -6465916 or 8672925. OLE color: 8672925.

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

Color convert

RGB15786132-
CMYK00.450.160.38
HSL321.13º29.22%47.65%-
HSV(B)321.13º45.22%61.57%-
XYZ21.415.4923.69-
YUV112.47139.02159.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=41.87%
G=22.93%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578613200.450.160.38321.1329.2247.65
Hex9D568402D10261411d30
Octal23512620405520465013560
Binary1001110110101101000010001011011000010011010100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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