#935276

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

Shades of Strikemaster #935276

Tints of Strikemaster #935276

Color information

#935276 (or 0x935276) is unknown color: approx Strikemaster. HEX triplet: 93, 52 and 76. RGB value is (147,82,118). Sum of RGB (Red+Green+Blue) = 147+82+118=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935276 is #6CAD89. Grayscale: #696969. Windows color (decimal): -7122314 or 7754387. OLE color: 7754387.

HSL color Cylindrical-coordinate representation of color #935276: hue angle of 326.77º 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 #935276 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14782118-
CMYK00.440.200.42
HSL326.77º28.38%44.9%-
HSV(B)326.77º44.22%57.65%-
XYZ18.3213.5518.79-
YUV105.54135.03157.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=42.36%
G=23.63%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478211800.440.200.42326.7728.3844.9
Hex93527602C142A1471c2d
Octal22312216605424525073455
Binary100100111010010111011001011001010010101010100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935276; }

 p { color: rgb(147,82,118); }

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

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

 a { background-color: rgb(147,82,118); }

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

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

 span { border-color: rgb(147,82,118); }

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