#946689

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

Shades of Strikemaster #946689

Tints of Strikemaster #946689

Color information

#946689 (or 0x946689) is unknown color: approx Strikemaster. HEX triplet: 94, 66 and 89. RGB value is (148,102,137). Sum of RGB (Red+Green+Blue) = 148+102+137=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946689 is #6B9976. Grayscale: #777777. Windows color (decimal): -7051639 or 9004692. OLE color: 9004692.

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

Color convert

RGB148102137-
CMYK00.310.070.42
HSL314.35º18.4%49.02%-
HSV(B)314.35º31.08%58.04%-
XYZ21.4817.625.93-
YUV119.74137.74148.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=38.24%
G=26.36%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810213700.310.070.42314.3518.449.02
Hex94668901F72A13a1231
Octal2241462110377524722261
Binary1001010011001101000100101111111110101010011101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946689; }

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

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

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

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

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

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

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

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