#9E5685

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

Shades of Strikemaster #9E5685

Tints of Strikemaster #9E5685

Color information

#9E5685 (or 0x9E5685) is unknown color: approx Strikemaster. HEX triplet: 9E, 56 and 85. RGB value is (158,86,133). Sum of RGB (Red+Green+Blue) = 158+86+133=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5685 is #61A97A. Grayscale: #707070. Windows color (decimal): -6400379 or 8738462. OLE color: 8738462.

HSL color Cylindrical-coordinate representation of color #9E5685: hue angle of 320.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5685 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15886133-
CMYK00.460.160.38
HSL320.83º29.51%47.84%-
HSV(B)320.83º45.57%61.96%-
XYZ21.6615.6224.06-
YUV112.89139.35160.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=41.91%
G=22.81%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588613300.460.160.38320.8329.5147.84
Hex9E568502E10261411e30
Octal23612620505620465013660
Binary1001111010101101000010101011101000010011010100000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,133); }

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

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

 a { background-color: rgb(158,86,133); }

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

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

 span { border-color: rgb(158,86,133); }

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