#965880

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

Shades of Strikemaster #965880

Tints of Strikemaster #965880

Color information

#965880 (or 0x965880) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 80. RGB value is (150,88,128). Sum of RGB (Red+Green+Blue) = 150+88+128=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965880 is #69A77F. Grayscale: #6E6E6E. Windows color (decimal): -6924160 or 8411286. OLE color: 8411286.

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

Color convert

RGB15088128-
CMYK00.410.150.41
HSL321.29º26.05%46.67%-
HSV(B)321.29º41.33%58.82%-
XYZ19.9615.0222.27-
YUV111.1137.54155.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=40.98%
G=24.04%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508812800.410.150.41321.2926.0546.67
Hex965880029F291411a2f
Octal22613020005117515013257
Binary100101101011000100000000101001111110100110100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965880; }

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

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

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

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

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

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

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

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