#9D5C8C

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

Shades of Strikemaster #9D5C8C

Tints of Strikemaster #9D5C8C

Color information

#9D5C8C (or 0x9D5C8C) is unknown color: approx Strikemaster. HEX triplet: 9D, 5C and 8C. RGB value is (157,92,140). Sum of RGB (Red+Green+Blue) = 157+92+140=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5C8C is #62A373. Grayscale: #747474. Windows color (decimal): -6464372 or 9198749. OLE color: 9198749.

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

Color convert

RGB15792140-
CMYK00.410.110.38
HSL315.69º26.1%48.82%-
HSV(B)315.69º41.4%61.57%-
XYZ22.4716.7226.85-
YUV116.91141.03156.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=40.36%
G=23.65%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579214000.410.110.38315.6926.148.82
Hex9D5C8C029B2613c1a31
Octal23513421405113464743261
Binary100111011011100100011000101001101110011010011110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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