#9D628A

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

Shades of Strikemaster #9D628A

Tints of Strikemaster #9D628A

Color information

#9D628A (or 0x9D628A) is unknown color: approx Strikemaster. HEX triplet: 9D, 62 and 8A. RGB value is (157,98,138). Sum of RGB (Red+Green+Blue) = 157+98+138=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D628A is #629D75. Grayscale: #787878. Windows color (decimal): -6462838 or 9069213. OLE color: 9069213.

HSL color Cylindrical-coordinate representation of color #9D628A: hue angle of 319.32º 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 #9D628A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15798138-
CMYK00.380.120.38
HSL319.32º23.14%50%-
HSV(B)319.32º37.58%61.57%-
XYZ22.8617.7426.26-
YUV120.2138.05154.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=39.95%
G=24.94%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579813800.380.120.38319.3223.1450
Hex9D628A026C2613f1732
Octal23514221204614464772762
Binary100111011100010100010100100110110010011010011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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