#9E6289

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

Shades of Strikemaster #9E6289

Tints of Strikemaster #9E6289

Color information

#9E6289 (or 0x9E6289) is unknown color: approx Strikemaster. HEX triplet: 9E, 62 and 89. RGB value is (158,98,137). Sum of RGB (Red+Green+Blue) = 158+98+137=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6289 is #619D76. Grayscale: #787878. Windows color (decimal): -6397303 or 9003678. OLE color: 9003678.

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

Color convert

RGB15898137-
CMYK00.380.130.38
HSL321º23.62%50.2%-
HSV(B)321º37.97%61.96%-
XYZ22.9817.8125.89-
YUV120.39137.38154.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=40.20%
G=24.94%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589813700.380.130.3832123.6250.2
Hex9E6289026D261411832
Octal23614221104615465013062
Binary100111101100010100010010100110110110011010100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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