#9D668D

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

Shades of Strikemaster #9D668D

Tints of Strikemaster #9D668D

Color information

#9D668D (or 0x9D668D) is unknown color: approx Strikemaster. HEX triplet: 9D, 66 and 8D. RGB value is (157,102,141). Sum of RGB (Red+Green+Blue) = 157+102+141=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D668D is #629972. Grayscale: #7A7A7A. Windows color (decimal): -6461811 or 9266845. OLE color: 9266845.

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

Color convert

RGB157102141-
CMYK00.350.100.38
HSL317.45º21.91%50.78%-
HSV(B)317.45º35.03%61.57%-
XYZ23.4618.5927.55-
YUV122.89138.22152.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=39.25%
G=25.5%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710214100.350.100.38317.4521.9150.78
Hex9D668D023A2613d1633
Octal23514621504312464752663
Binary100111011100110100011010100011101010011010011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,141); }

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

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

 a { background-color: rgb(157,102,141); }

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

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

 span { border-color: rgb(157,102,141); }

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