#945780

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

Shades of Strikemaster #945780

Tints of Strikemaster #945780

Color information

#945780 (or 0x945780) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 80. RGB value is (148,87,128). Sum of RGB (Red+Green+Blue) = 148+87+128=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945780 is #6BA87F. Grayscale: #6D6D6D. Windows color (decimal): -7055488 or 8411028. OLE color: 8411028.

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

Color convert

RGB14887128-
CMYK00.410.140.42
HSL319.67º25.96%46.08%-
HSV(B)319.67º41.22%58.04%-
XYZ19.5214.6722.23-
YUV109.91138.21155.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=40.77%
G=23.97%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488712800.410.140.42319.6725.9646.08
Hex945780029E2A1401a2e
Octal22412720005116525003256
Binary100101001010111100000000101001111010101010100000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945780; }

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

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

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

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

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

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

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

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