#8E607B

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

Shades of Strikemaster #8E607B

Tints of Strikemaster #8E607B

Color information

#8E607B (or 0x8E607B) is unknown color: approx Strikemaster. HEX triplet: 8E, 60 and 7B. RGB value is (142,96,123). Sum of RGB (Red+Green+Blue) = 142+96+123=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607B is #719F84. Grayscale: #707070. Windows color (decimal): -7446405 or 8085646. OLE color: 8085646.

HSL color Cylindrical-coordinate representation of color #8E607B: hue angle of 324.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E607B is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14296123-
CMYK00.320.130.44
HSL324.78º19.33%46.67%-
HSV(B)324.78º32.39%55.69%-
XYZ18.9115.5520.74-
YUV112.83133.74148.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=39.34%
G=26.59%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429612300.320.130.44324.7819.3346.67
Hex8E607B020D2C145132f
Octal21614017304015545052357
Binary10001110110000011110110100000110110110010100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E607B; }

 p { color: rgb(142,96,123); }

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

<style>
 a { background-color: #8E607B; }

 a { background-color: rgb(142,96,123); }

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

<style>
 span { border-color: #8E607B; }

 span { border-color: rgb(142,96,123); }

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