#9E6385

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

Shades of Strikemaster #9E6385

Tints of Strikemaster #9E6385

Color information

#9E6385 (or 0x9E6385) is unknown color: approx Strikemaster. HEX triplet: 9E, 63 and 85. RGB value is (158,99,133). Sum of RGB (Red+Green+Blue) = 158+99+133=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6385 is #619C7A. Grayscale: #787878. Windows color (decimal): -6397051 or 8741790. OLE color: 8741790.

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

Color convert

RGB15899133-
CMYK00.370.160.38
HSL325.42º23.32%50.39%-
HSV(B)325.42º37.34%61.96%-
XYZ22.817.8924.44-
YUV120.52135.05154.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=40.51%
G=25.38%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589913300.370.160.38325.4223.3250.39
Hex9E638502510261451732
Octal23614320504520465052762
Binary1001111011000111000010101001011000010011010100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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