#9E678B

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

Shades of Strikemaster #9E678B

Tints of Strikemaster #9E678B

Color information

#9E678B (or 0x9E678B) is unknown color: approx Strikemaster. HEX triplet: 9E, 67 and 8B. RGB value is (158,103,139). Sum of RGB (Red+Green+Blue) = 158+103+139=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E678B is #619874. Grayscale: #7B7B7B. Windows color (decimal): -6396021 or 9136030. OLE color: 9136030.

HSL color Cylindrical-coordinate representation of color #9E678B: hue angle of 320.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E678B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158103139-
CMYK00.350.120.38
HSL320.73º22.09%51.18%-
HSV(B)320.73º34.81%61.96%-
XYZ23.6118.8326.82-
YUV123.55136.72152.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=39.5%
G=25.75%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810313900.350.120.38320.7322.0951.18
Hex9E678B023C261411633
Octal23614721304314465012663
Binary100111101100111100010110100011110010011010100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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