#9E6787

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

Shades of Strikemaster #9E6787

Tints of Strikemaster #9E6787

Color information

#9E6787 (or 0x9E6787) is unknown color: approx Strikemaster. HEX triplet: 9E, 67 and 87. RGB value is (158,103,135). Sum of RGB (Red+Green+Blue) = 158+103+135=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6787 is #619878. Grayscale: #7B7B7B. Windows color (decimal): -6396025 or 8873886. OLE color: 8873886.

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

Color convert

RGB158103135-
CMYK00.350.150.38
HSL325.09º22.09%51.18%-
HSV(B)325.09º34.81%61.96%-
XYZ23.3218.7225.31-
YUV123.09134.72152.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=39.90%
G=26.01%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810313500.350.150.38325.0922.0951.18
Hex9E6787023F261451633
Octal23614720704317465052663
Binary100111101100111100001110100011111110011010100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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