#965882

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

Shades of Strikemaster #965882

Tints of Strikemaster #965882

Color information

#965882 (or 0x965882) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 82. RGB value is (150,88,130). Sum of RGB (Red+Green+Blue) = 150+88+130=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965882 is #69A77D. Grayscale: #6F6F6F. Windows color (decimal): -6924158 or 8542358. OLE color: 8542358.

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

Color convert

RGB15088130-
CMYK00.410.130.41
HSL319.35º26.05%46.67%-
HSV(B)319.35º41.33%58.82%-
XYZ20.115.0822.97-
YUV111.33138.54155.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=40.76%
G=23.91%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508813000.410.130.41319.3526.0546.67
Hex965882029D2913f1a2f
Octal22613020205115514773257
Binary100101101011000100000100101001110110100110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965882; }

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

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

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

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

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

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

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

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