#945678

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

Shades of Strikemaster #945678

Tints of Strikemaster #945678

Color information

#945678 (or 0x945678) is unknown color: approx Strikemaster. HEX triplet: 94, 56 and 78. RGB value is (148,86,120). Sum of RGB (Red+Green+Blue) = 148+86+120=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945678 is #6BA987. Grayscale: #6C6C6C. Windows color (decimal): -7055752 or 7886484. OLE color: 7886484.

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

Color convert

RGB14886120-
CMYK00.420.190.42
HSL327.1º26.5%45.88%-
HSV(B)327.1º41.89%58.04%-
XYZ18.9314.3119.53-
YUV108.41134.54156.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=41.81%
G=24.29%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488612000.420.190.42327.126.545.88
Hex94567802A132A1471a2e
Octal22412617005223525073256
Binary100101001010110111100001010101001110101010100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945678; }

 p { color: rgb(148,86,120); }

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

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

 a { background-color: rgb(148,86,120); }

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

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

 span { border-color: rgb(148,86,120); }

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