#936A7B

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

Shades of Strikemaster #936A7B

Tints of Strikemaster #936A7B

Color information

#936A7B (or 0x936A7B) is unknown color: approx Strikemaster. HEX triplet: 93, 6A and 7B. RGB value is (147,106,123). Sum of RGB (Red+Green+Blue) = 147+106+123=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #936A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A7B is #6C9584. Grayscale: #787878. Windows color (decimal): -7116165 or 8088211. OLE color: 8088211.

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

Color convert

RGB147106123-
CMYK00.280.160.42
HSL335.12º16.21%49.61%-
HSV(B)335.12º27.89%57.65%-
XYZ20.7617.9421.11-
YUV120.2129.58147.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=39.10%
G=28.19%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710612300.280.160.42335.1216.2149.61
Hex936A7B01C102A14f1032
Octal22315217303420525172062
Binary10010011110101011110110111001000010101010100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A7B; }

 p { color: rgb(147,106,123); }

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

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

 a { background-color: rgb(147,106,123); }

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

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

 span { border-color: rgb(147,106,123); }

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