#935480

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

Shades of Strikemaster #935480

Tints of Strikemaster #935480

Color information

#935480 (or 0x935480) is unknown color: approx Strikemaster. HEX triplet: 93, 54 and 80. RGB value is (147,84,128). Sum of RGB (Red+Green+Blue) = 147+84+128=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #935480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935480 is #6CAB7F. Grayscale: #6B6B6B. Windows color (decimal): -7121792 or 8410259. OLE color: 8410259.

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

Color convert

RGB14784128-
CMYK00.430.130.42
HSL318.1º27.27%45.29%-
HSV(B)318.1º42.86%57.65%-
XYZ19.114.122.14-
YUV107.85139.37155.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=40.95%
G=23.40%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478412800.430.130.42318.127.2745.29
Hex93548002BD2A13e1b2d
Octal22312420005315524763355
Binary100100111010100100000000101011110110101010011111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935480; }

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

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

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

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

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

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

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

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