#935883

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

Shades of Strikemaster #935883

Tints of Strikemaster #935883

Color information

#935883 (or 0x935883) is unknown color: approx Strikemaster. HEX triplet: 93, 58 and 83. RGB value is (147,88,131). Sum of RGB (Red+Green+Blue) = 147+88+131=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #935883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935883 is #6CA77C. Grayscale: #6E6E6E. Windows color (decimal): -7120765 or 8607891. OLE color: 8607891.

HSL color Cylindrical-coordinate representation of color #935883: hue angle of 316.27º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935883 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14788131-
CMYK00.400.110.42
HSL316.27º25.11%46.08%-
HSV(B)316.27º40.14%57.65%-
XYZ19.6214.8223.3-
YUV110.54139.55154-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=40.16%
G=24.04%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478813100.400.110.42316.2725.1146.08
Hex935883028B2A13c192e
Octal22313020305013524743156
Binary100100111011000100000110101000101110101010011110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935883; }

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

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

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

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

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

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

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

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