#935984

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

Shades of Strikemaster #935984

Tints of Strikemaster #935984

Color information

#935984 (or 0x935984) is unknown color: approx Strikemaster. HEX triplet: 93, 59 and 84. RGB value is (147,89,132). Sum of RGB (Red+Green+Blue) = 147+89+132=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #935984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935984 is #6CA67B. Grayscale: #6F6F6F. Windows color (decimal): -7120508 or 8673683. OLE color: 8673683.

HSL color Cylindrical-coordinate representation of color #935984: hue angle of 315.52º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935984 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14789132-
CMYK00.390.100.42
HSL315.52º24.58%46.27%-
HSV(B)315.52º39.46%57.65%-
XYZ19.7715.0123.69-
YUV111.24139.72153.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=39.95%
G=24.18%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478913200.390.100.42315.5224.5846.27
Hex935984027A2A13c192e
Octal22313120404712524743156
Binary100100111011001100001000100111101010101010011110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935984; }

 p { color: rgb(147,89,132); }

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

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

 a { background-color: rgb(147,89,132); }

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

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

 span { border-color: rgb(147,89,132); }

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