#9E6689

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

Shades of Strikemaster #9E6689

Tints of Strikemaster #9E6689

Color information

#9E6689 (or 0x9E6689) is unknown color: approx Strikemaster. HEX triplet: 9E, 66 and 89. RGB value is (158,102,137). Sum of RGB (Red+Green+Blue) = 158+102+137=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6689 is #619976. Grayscale: #7A7A7A. Windows color (decimal): -6396279 or 9004702. OLE color: 9004702.

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

Color convert

RGB158102137-
CMYK00.350.130.38
HSL322.5º22.4%50.98%-
HSV(B)322.5º35.44%61.96%-
XYZ23.3718.5826.02-
YUV122.73136.05153.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=39.80%
G=25.69%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810213700.350.130.38322.522.450.98
Hex9E6689023D261421633
Octal23614621104315465022663
Binary100111101100110100010010100011110110011010100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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