#935383

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

Shades of Strikemaster #935383

Tints of Strikemaster #935383

Color information

#935383 (or 0x935383) is unknown color: approx Strikemaster. HEX triplet: 93, 53 and 83. RGB value is (147,83,131). Sum of RGB (Red+Green+Blue) = 147+83+131=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #935383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935383 is #6CAC7C. Grayscale: #6B6B6B. Windows color (decimal): -7122045 or 8606611. OLE color: 8606611.

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

Color convert

RGB14783131-
CMYK00.440.110.42
HSL315º27.83%45.1%-
HSV(B)315º43.54%57.65%-
XYZ19.2214.0323.17-
YUV107.61141.2156.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=40.72%
G=22.99%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478313100.440.110.4231527.8345.1
Hex93538302CB2A13b1c2d
Octal22312320305413524733455
Binary100100111010011100000110101100101110101010011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935383; }

 p { color: rgb(147,83,131); }

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

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

 a { background-color: rgb(147,83,131); }

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

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

 span { border-color: rgb(147,83,131); }

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