#9D5784

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

Shades of Strikemaster #9D5784

Tints of Strikemaster #9D5784

Color information

#9D5784 (or 0x9D5784) is unknown color: approx Strikemaster. HEX triplet: 9D, 57 and 84. RGB value is (157,87,132). Sum of RGB (Red+Green+Blue) = 157+87+132=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5784 is #62A87B. Grayscale: #707070. Windows color (decimal): -6465660 or 8673181. OLE color: 8673181.

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

Color convert

RGB15787132-
CMYK00.450.160.38
HSL321.43º28.69%47.84%-
HSV(B)321.43º44.59%61.57%-
XYZ21.4815.6523.72-
YUV113.06138.69159.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=41.76%
G=23.14%
B=35.11%

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
Decimal1578713200.450.160.38321.4328.6947.84
Hex9D578402D10261411d30
Octal23512720405520465013560
Binary1001110110101111000010001011011000010011010100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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