#9E6786

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

Shades of Strikemaster #9E6786

Tints of Strikemaster #9E6786

Color information

#9E6786 (or 0x9E6786) is unknown color: approx Strikemaster. HEX triplet: 9E, 67 and 86. RGB value is (158,103,134). Sum of RGB (Red+Green+Blue) = 158+103+134=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6786 is #619879. Grayscale: #7A7A7A. Windows color (decimal): -6396026 or 8808350. OLE color: 8808350.

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

Color convert

RGB158103134-
CMYK00.350.150.38
HSL326.18º22.09%51.18%-
HSV(B)326.18º34.81%61.96%-
XYZ23.2518.6924.94-
YUV122.98134.22152.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=40%
G=26.08%
B=33.92%

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
Decimal15810313400.350.150.38326.1822.0951.18
Hex9E6786023F261461633
Octal23614720604317465062663
Binary100111101100111100001100100011111110011010100011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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