#9D6187

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

Shades of Strikemaster #9D6187

Tints of Strikemaster #9D6187

Color information

#9D6187 (or 0x9D6187) is unknown color: approx Strikemaster. HEX triplet: 9D, 61 and 87. RGB value is (157,97,135). Sum of RGB (Red+Green+Blue) = 157+97+135=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6187 is #629E78. Grayscale: #777777. Windows color (decimal): -6463097 or 8872349. OLE color: 8872349.

HSL color Cylindrical-coordinate representation of color #9D6187: hue angle of 322º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6187 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15797135-
CMYK00.380.140.38
HSL322º23.62%49.8%-
HSV(B)322º38.22%61.57%-
XYZ22.5517.4725.1-
YUV119.27136.88154.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=40.36%
G=24.94%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579713500.380.140.3832223.6249.8
Hex9D6187026E261421832
Octal23514120704616465023062
Binary100111011100001100001110100110111010011010100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,135); }

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

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

 a { background-color: rgb(157,97,135); }

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

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

 span { border-color: rgb(157,97,135); }

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