#9E668C

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

Shades of Strikemaster #9E668C

Tints of Strikemaster #9E668C

Color information

#9E668C (or 0x9E668C) is unknown color: approx Strikemaster. HEX triplet: 9E, 66 and 8C. RGB value is (158,102,140). Sum of RGB (Red+Green+Blue) = 158+102+140=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E668C is #619973. Grayscale: #7A7A7A. Windows color (decimal): -6396276 or 9201310. OLE color: 9201310.

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

Color convert

RGB158102140-
CMYK00.350.110.38
HSL319.29º22.4%50.98%-
HSV(B)319.29º35.44%61.96%-
XYZ23.5918.6727.17-
YUV123.08137.55152.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 140 (55.08% from 255) = 35%
R=39.5%
G=25.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810214000.350.110.38319.2922.450.98
Hex9E668C023B2613f1633
Octal23614621404313464772663
Binary100111101100110100011000100011101110011010011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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