#964880

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

Shades of Strikemaster #964880

Tints of Strikemaster #964880

Color information

#964880 (or 0x964880) is unknown color: approx Strikemaster. HEX triplet: 96, 48 and 80. RGB value is (150,72,128). Sum of RGB (Red+Green+Blue) = 150+72+128=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964880 is #69B77F. Grayscale: #656565. Windows color (decimal): -6928256 or 8407190. OLE color: 8407190.

HSL color Cylindrical-coordinate representation of color #964880: hue angle of 316.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964880 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15072128-
CMYK00.520.150.41
HSL316.92º35.14%43.53%-
HSV(B)316.92º52%58.82%-
XYZ18.7912.6821.88-
YUV101.71142.84162.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=42.86%
G=20.57%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507212800.520.150.41316.9235.1443.53
Hex964880034F2913d232c
Octal22611020006417514754354
Binary1001011010010001000000001101001111101001100111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964880; }

 p { color: rgb(150,72,128); }

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

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

 a { background-color: rgb(150,72,128); }

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

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

 span { border-color: rgb(150,72,128); }

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