#9D638B

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

Shades of Strikemaster #9D638B

Tints of Strikemaster #9D638B

Color information

#9D638B (or 0x9D638B) is unknown color: approx Strikemaster. HEX triplet: 9D, 63 and 8B. RGB value is (157,99,139). Sum of RGB (Red+Green+Blue) = 157+99+139=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D638B is #629C74. Grayscale: #787878. Windows color (decimal): -6462581 or 9135005. OLE color: 9135005.

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

Color convert

RGB15799139-
CMYK00.370.110.38
HSL318.62º22.83%50.2%-
HSV(B)318.62º36.94%61.57%-
XYZ23.0317.9626.68-
YUV120.9138.22153.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=39.75%
G=25.06%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579913900.370.110.38318.6222.8350.2
Hex9D638B025B2613f1732
Octal23514321304513464772762
Binary100111011100011100010110100101101110011010011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,139); }

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

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

 a { background-color: rgb(157,99,139); }

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

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

 span { border-color: rgb(157,99,139); }

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