#9D4984

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

Shades of Strikemaster #9D4984

Tints of Strikemaster #9D4984

Color information

#9D4984 (or 0x9D4984) is unknown color: approx Strikemaster. HEX triplet: 9D, 49 and 84. RGB value is (157,73,132). Sum of RGB (Red+Green+Blue) = 157+73+132=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4984 is #62B67B. Grayscale: #686868. Windows color (decimal): -6469244 or 8669597. OLE color: 8669597.

HSL color Cylindrical-coordinate representation of color #9D4984: hue angle of 317.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4984 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15773132-
CMYK00.540.160.38
HSL317.86º36.52%45.1%-
HSV(B)317.86º53.5%61.57%-
XYZ20.4513.623.38-
YUV104.84143.33165.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=43.37%
G=20.17%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577313200.540.160.38317.8636.5245.1
Hex9D4984036102613e252d
Octal23511120406620464764555
Binary10011101100100110000100011011010000100110100111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,132); }

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

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

 a { background-color: rgb(157,73,132); }

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

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

 span { border-color: rgb(157,73,132); }

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