#9D608E

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

Shades of Strikemaster #9D608E

Tints of Strikemaster #9D608E

Color information

#9D608E (or 0x9D608E) is unknown color: approx Strikemaster. HEX triplet: 9D, 60 and 8E. RGB value is (157,96,142). Sum of RGB (Red+Green+Blue) = 157+96+142=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608E is #629F71. Grayscale: #777777. Windows color (decimal): -6463346 or 9330845. OLE color: 9330845.

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

Color convert

RGB15796142-
CMYK00.390.100.38
HSL314.75º24.11%49.61%-
HSV(B)314.75º38.85%61.57%-
XYZ22.9717.4927.76-
YUV119.48140.71154.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=39.75%
G=24.30%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579614200.390.100.38314.7524.1149.61
Hex9D608E027A2613b1832
Octal23514021604712464733062
Binary100111011100000100011100100111101010011010011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,142); }

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

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

 a { background-color: rgb(157,96,142); }

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

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

 span { border-color: rgb(157,96,142); }

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