#935F83

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

Shades of Strikemaster #935F83

Tints of Strikemaster #935F83

Color information

#935F83 (or 0x935F83) is unknown color: approx Strikemaster. HEX triplet: 93, 5F and 83. RGB value is (147,95,131). Sum of RGB (Red+Green+Blue) = 147+95+131=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #935F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F83 is #6CA07C. Grayscale: #727272. Windows color (decimal): -7118973 or 8609683. OLE color: 8609683.

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

Color convert

RGB14795131-
CMYK00.350.110.42
HSL318.46º21.49%47.45%-
HSV(B)318.46º35.37%57.65%-
XYZ20.2216.0323.5-
YUV114.65137.23151.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=39.41%
G=25.47%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479513100.350.110.42318.4621.4947.45
Hex935F83023B2A13e152f
Octal22313720304313524762557
Binary100100111011111100000110100011101110101010011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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