#9E637C

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

Shades of Strikemaster #9E637C

Tints of Strikemaster #9E637C

Color information

#9E637C (or 0x9E637C) is unknown color: approx Strikemaster. HEX triplet: 9E, 63 and 7C. RGB value is (158,99,124). Sum of RGB (Red+Green+Blue) = 158+99+124=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E637C is #619C83. Grayscale: #777777. Windows color (decimal): -6397060 or 8151966. OLE color: 8151966.

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

Color convert

RGB15899124-
CMYK00.370.220.38
HSL334.58º23.32%50.39%-
HSV(B)334.58º37.34%61.96%-
XYZ22.217.6521.31-
YUV119.49130.55155.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=41.47%
G=25.98%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589912400.370.220.38334.5823.3250.39
Hex9E637C025162614f1732
Octal23614317404526465172762
Binary100111101100011111110001001011011010011010100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,124); }

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

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

 a { background-color: rgb(158,99,124); }

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

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

 span { border-color: rgb(158,99,124); }

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