#9D627E

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

Shades of Strikemaster #9D627E

Tints of Strikemaster #9D627E

Color information

#9D627E (or 0x9D627E) is unknown color: approx Strikemaster. HEX triplet: 9D, 62 and 7E. RGB value is (157,98,126). Sum of RGB (Red+Green+Blue) = 157+98+126=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D627E is #629D81. Grayscale: #767676. Windows color (decimal): -6462850 or 8282781. OLE color: 8282781.

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

Color convert

RGB15798126-
CMYK00.380.200.38
HSL331.53º23.14%50%-
HSV(B)331.53º37.58%61.57%-
XYZ22.0417.4121.94-
YUV118.83132.05155.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=41.21%
G=25.72%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579812600.380.200.38331.5323.1450
Hex9D627E026142614c1732
Octal23514217604624465142762
Binary100111011100010111111001001101010010011010100110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,126); }

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

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

 a { background-color: rgb(157,98,126); }

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

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

 span { border-color: rgb(157,98,126); }

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