#9E667F

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

Shades of Strikemaster #9E667F

Tints of Strikemaster #9E667F

Color information

#9E667F (or 0x9E667F) is unknown color: approx Strikemaster. HEX triplet: 9E, 66 and 7F. RGB value is (158,102,127). Sum of RGB (Red+Green+Blue) = 158+102+127=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E667F is #619980. Grayscale: #797979. Windows color (decimal): -6396289 or 8349342. OLE color: 8349342.

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

Color convert

RGB158102127-
CMYK00.350.200.38
HSL333.21º22.4%50.98%-
HSV(B)333.21º35.44%61.96%-
XYZ22.6818.322.42-
YUV121.59131.05153.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 127 (50% from 255) = 32.82%
R=40.83%
G=26.36%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810212700.350.200.38333.2122.450.98
Hex9E667F023142614d1633
Octal23614617704324465152663
Binary100111101100110111111101000111010010011010100110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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