#965488

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

Shades of Strikemaster #965488

Tints of Strikemaster #965488

Color information

#965488 (or 0x965488) is unknown color: approx Strikemaster. HEX triplet: 96, 54 and 88. RGB value is (150,84,136). Sum of RGB (Red+Green+Blue) = 150+84+136=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965488 is #69AB77. Grayscale: #6D6D6D. Windows color (decimal): -6925176 or 8934550. OLE color: 8934550.

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

Color convert

RGB15084136-
CMYK00.440.090.41
HSL312.73º28.21%45.88%-
HSV(B)312.73º44%58.82%-
XYZ20.1914.625.05-
YUV109.66142.87156.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=40.54%
G=22.70%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508413600.440.090.41312.7328.2145.88
Hex96548802C9291391c2e
Octal22612421005411514713456
Binary100101101010100100010000101100100110100110011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965488; }

 p { color: rgb(150,84,136); }

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

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

 a { background-color: rgb(150,84,136); }

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

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

 span { border-color: rgb(150,84,136); }

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