#9E628B

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

Shades of Strikemaster #9E628B

Tints of Strikemaster #9E628B

Color information

#9E628B (or 0x9E628B) is unknown color: approx Strikemaster. HEX triplet: 9E, 62 and 8B. RGB value is (158,98,139). Sum of RGB (Red+Green+Blue) = 158+98+139=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E628B is #619D74. Grayscale: #787878. Windows color (decimal): -6397301 or 9134750. OLE color: 9134750.

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

Color convert

RGB15898139-
CMYK00.380.120.38
HSL319º23.62%50.2%-
HSV(B)319º37.97%61.96%-
XYZ23.1317.8726.66-
YUV120.61138.38154.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=40%
G=24.81%
B=35.19%

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
Decimal1589813900.380.120.3831923.6250.2
Hex9E628B026C2613f1832
Octal23614221304614464773062
Binary100111101100010100010110100110110010011010011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,98,139); }

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

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

 a { background-color: rgb(158,98,139); }

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

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

 span { border-color: rgb(158,98,139); }

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