#945782

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

Shades of Strikemaster #945782

Tints of Strikemaster #945782

Color information

#945782 (or 0x945782) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 82. RGB value is (148,87,130). Sum of RGB (Red+Green+Blue) = 148+87+130=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945782 is #6BA87D. Grayscale: #6E6E6E. Windows color (decimal): -7055486 or 8542100. OLE color: 8542100.

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

Color convert

RGB14887130-
CMYK00.410.120.42
HSL317.7º25.96%46.08%-
HSV(B)317.7º41.22%58.04%-
XYZ19.6514.7222.93-
YUV110.14139.21155-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=40.55%
G=23.84%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488713000.410.120.42317.725.9646.08
Hex945782029C2A13e1a2e
Octal22412720205114524763256
Binary100101001010111100000100101001110010101010011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945782; }

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

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

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

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

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

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

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

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