#9D5E8D

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

Shades of Strikemaster #9D5E8D

Tints of Strikemaster #9D5E8D

Color information

#9D5E8D (or 0x9D5E8D) is unknown color: approx Strikemaster. HEX triplet: 9D, 5E and 8D. RGB value is (157,94,141). Sum of RGB (Red+Green+Blue) = 157+94+141=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E8D is #62A172. Grayscale: #767676. Windows color (decimal): -6463859 or 9264797. OLE color: 9264797.

HSL color Cylindrical-coordinate representation of color #9D5E8D: hue angle of 315.24º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E8D is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15794141-
CMYK00.400.100.38
HSL315.24º25.1%49.22%-
HSV(B)315.24º40.13%61.57%-
XYZ22.7217.127.3-
YUV118.2140.87155.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=40.05%
G=23.98%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579414100.400.100.38315.2425.149.22
Hex9D5E8D028A2613b1931
Octal23513621505012464733161
Binary100111011011110100011010101000101010011010011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,141); }

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

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

 a { background-color: rgb(157,94,141); }

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

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

 span { border-color: rgb(157,94,141); }

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