#9D588C

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

Shades of Strikemaster #9D588C

Tints of Strikemaster #9D588C

Color information

#9D588C (or 0x9D588C) is unknown color: approx Strikemaster. HEX triplet: 9D, 58 and 8C. RGB value is (157,88,140). Sum of RGB (Red+Green+Blue) = 157+88+140=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D588C is #62A773. Grayscale: #727272. Windows color (decimal): -6465396 or 9197725. OLE color: 9197725.

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

Color convert

RGB15788140-
CMYK00.440.110.38
HSL314.78º28.16%48.04%-
HSV(B)314.78º43.95%61.57%-
XYZ22.1316.0426.74-
YUV114.56142.36158.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=40.78%
G=22.86%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578814000.440.110.38314.7828.1648.04
Hex9D588C02CB2613b1c30
Octal23513021405413464733460
Binary100111011011000100011000101100101110011010011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,140); }

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

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

 a { background-color: rgb(157,88,140); }

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

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

 span { border-color: rgb(157,88,140); }

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