#935E81

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

Shades of Strikemaster #935E81

Tints of Strikemaster #935E81

Color information

#935E81 (or 0x935E81) is unknown color: approx Strikemaster. HEX triplet: 93, 5E and 81. RGB value is (147,94,129). Sum of RGB (Red+Green+Blue) = 147+94+129=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #935E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E81 is #6CA17E. Grayscale: #717171. Windows color (decimal): -7119231 or 8478355. OLE color: 8478355.

HSL color Cylindrical-coordinate representation of color #935E81: hue angle of 320.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E81 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14794129-
CMYK00.360.120.42
HSL320.38º21.99%47.25%-
HSV(B)320.38º36.05%57.65%-
XYZ2015.7922.76-
YUV113.84136.56151.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=39.73%
G=25.41%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479412900.360.120.42320.3821.9947.25
Hex935E81024C2A140162f
Octal22313620104414525002657
Binary100100111011110100000010100100110010101010100000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E81; }

 p { color: rgb(147,94,129); }

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

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

 a { background-color: rgb(147,94,129); }

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

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

 span { border-color: rgb(147,94,129); }

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