#9D648B

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

Shades of Strikemaster #9D648B

Tints of Strikemaster #9D648B

Color information

#9D648B (or 0x9D648B) is unknown color: approx Strikemaster. HEX triplet: 9D, 64 and 8B. RGB value is (157,100,139). Sum of RGB (Red+Green+Blue) = 157+100+139=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D648B is #629B74. Grayscale: #797979. Windows color (decimal): -6462325 or 9135261. OLE color: 9135261.

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

Color convert

RGB157100139-
CMYK00.360.110.38
HSL318.95º22.53%50.39%-
HSV(B)318.95º36.31%61.57%-
XYZ23.1218.1526.71-
YUV121.49137.88153.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=39.65%
G=25.25%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710013900.360.110.38318.9522.5350.39
Hex9D648B024B2613f1732
Octal23514421304413464772762
Binary100111011100100100010110100100101110011010011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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