#9E637D

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

Shades of Strikemaster #9E637D

Tints of Strikemaster #9E637D

Color information

#9E637D (or 0x9E637D) is unknown color: approx Strikemaster. HEX triplet: 9E, 63 and 7D. RGB value is (158,99,125). Sum of RGB (Red+Green+Blue) = 158+99+125=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E637D is #619C82. Grayscale: #777777. Windows color (decimal): -6397059 or 8217502. OLE color: 8217502.

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

Color convert

RGB15899125-
CMYK00.370.210.38
HSL333.56º23.32%50.39%-
HSV(B)333.56º37.34%61.96%-
XYZ22.2617.6721.64-
YUV119.6131.05155.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=41.36%
G=25.92%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589912500.370.210.38333.5623.3250.39
Hex9E637D025152614e1732
Octal23614317504525465162762
Binary100111101100011111110101001011010110011010100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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