#946682

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

Shades of Strikemaster #946682

Tints of Strikemaster #946682

Color information

#946682 (or 0x946682) is unknown color: approx Strikemaster. HEX triplet: 94, 66 and 82. RGB value is (148,102,130). Sum of RGB (Red+Green+Blue) = 148+102+130=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946682 is #6B997D. Grayscale: #767676. Windows color (decimal): -7051646 or 8545940. OLE color: 8545940.

HSL color Cylindrical-coordinate representation of color #946682: hue angle of 323.48º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946682 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB148102130-
CMYK00.310.120.42
HSL323.48º18.4%49.02%-
HSV(B)323.48º31.08%58.04%-
XYZ20.9917.4123.37-
YUV118.95134.24148.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=38.95%
G=26.84%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810213000.310.120.42323.4818.449.02
Hex94668201FC2A1431231
Octal22414620203714525032261
Binary10010100110011010000010011111110010101010100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946682; }

 p { color: rgb(148,102,130); }

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

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

 a { background-color: rgb(148,102,130); }

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

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

 span { border-color: rgb(148,102,130); }

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