#9E6084

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

Shades of Strikemaster #9E6084

Tints of Strikemaster #9E6084

Color information

#9E6084 (or 0x9E6084) is unknown color: approx Strikemaster. HEX triplet: 9E, 60 and 84. RGB value is (158,96,132). Sum of RGB (Red+Green+Blue) = 158+96+132=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6084 is #619F7B. Grayscale: #767676. Windows color (decimal): -6397820 or 8675486. OLE color: 8675486.

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

Color convert

RGB15896132-
CMYK00.390.160.38
HSL325.16º24.41%49.8%-
HSV(B)325.16º39.24%61.96%-
XYZ22.4517.323.99-
YUV118.64135.54156.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=40.93%
G=24.87%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589613200.390.160.38325.1624.4149.8
Hex9E608402710261451832
Octal23614020404720465053062
Binary1001111011000001000010001001111000010011010100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,132); }

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

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

 a { background-color: rgb(158,96,132); }

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

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

 span { border-color: rgb(158,96,132); }

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