#9D6888

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

Shades of Strikemaster #9D6888

Tints of Strikemaster #9D6888

Color information

#9D6888 (or 0x9D6888) is unknown color: approx Strikemaster. HEX triplet: 9D, 68 and 88. RGB value is (157,104,136). Sum of RGB (Red+Green+Blue) = 157+104+136=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6888 is #629777. Grayscale: #7B7B7B. Windows color (decimal): -6461304 or 8939677. OLE color: 8939677.

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

Color convert

RGB157104136-
CMYK00.340.130.38
HSL323.77º21.29%51.18%-
HSV(B)323.77º33.76%61.57%-
XYZ23.318.8525.7-
YUV123.49135.06151.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=39.55%
G=26.20%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710413600.340.130.38323.7721.2951.18
Hex9D6888022D261441533
Octal23515021004215465042563
Binary100111011101000100010000100010110110011010100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,136); }

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

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

 a { background-color: rgb(157,104,136); }

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

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

 span { border-color: rgb(157,104,136); }

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