#9E6589

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

Shades of Strikemaster #9E6589

Tints of Strikemaster #9E6589

Color information

#9E6589 (or 0x9E6589) is unknown color: approx Strikemaster. HEX triplet: 9E, 65 and 89. RGB value is (158,101,137). Sum of RGB (Red+Green+Blue) = 158+101+137=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6589 is #619A76. Grayscale: #7A7A7A. Windows color (decimal): -6396535 or 9004446. OLE color: 9004446.

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

Color convert

RGB158101137-
CMYK00.360.130.38
HSL322.11º22.71%50.78%-
HSV(B)322.11º36.08%61.96%-
XYZ23.2718.3825.99-
YUV122.15136.38153.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=39.90%
G=25.51%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810113700.360.130.38322.1122.7150.78
Hex9E6589024D261421733
Octal23614521104415465022763
Binary100111101100101100010010100100110110011010100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,101,137); }

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

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

 a { background-color: rgb(158,101,137); }

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

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

 span { border-color: rgb(158,101,137); }

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