#9E6685

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

Shades of Strikemaster #9E6685

Tints of Strikemaster #9E6685

Color information

#9E6685 (or 0x9E6685) is unknown color: approx Strikemaster. HEX triplet: 9E, 66 and 85. RGB value is (158,102,133). Sum of RGB (Red+Green+Blue) = 158+102+133=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6685 is #61997A. Grayscale: #7A7A7A. Windows color (decimal): -6396283 or 8742558. OLE color: 8742558.

HSL color Cylindrical-coordinate representation of color #9E6685: hue angle of 326.79º 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 #9E6685 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB158102133-
CMYK00.350.160.38
HSL326.79º22.4%50.98%-
HSV(B)326.79º35.44%61.96%-
XYZ23.0918.4724.54-
YUV122.28134.05153.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=40.20%
G=25.95%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810213300.350.160.38326.7922.450.98
Hex9E668502310261471633
Octal23614620504320465072663
Binary1001111011001101000010101000111000010011010100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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