#935180

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

Shades of Strikemaster #935180

Tints of Strikemaster #935180

Color information

#935180 (or 0x935180) is unknown color: approx Strikemaster. HEX triplet: 93, 51 and 80. RGB value is (147,81,128). Sum of RGB (Red+Green+Blue) = 147+81+128=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #935180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935180 is #6CAE7F. Grayscale: #696969. Windows color (decimal): -7122560 or 8409491. OLE color: 8409491.

HSL color Cylindrical-coordinate representation of color #935180: hue angle of 317.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935180 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14781128-
CMYK00.450.130.42
HSL317.27º28.95%44.71%-
HSV(B)317.27º44.9%57.65%-
XYZ18.8713.6522.06-
YUV106.09140.37157.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=41.29%
G=22.75%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478112800.450.130.42317.2728.9544.71
Hex93518002DD2A13d1d2d
Octal22312120005515524753555
Binary100100111010001100000000101101110110101010011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935180; }

 p { color: rgb(147,81,128); }

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

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

 a { background-color: rgb(147,81,128); }

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

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

 span { border-color: rgb(147,81,128); }

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