#965078

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

Shades of Strikemaster #965078

Tints of Strikemaster #965078

Color information

#965078 (or 0x965078) is unknown color: approx Strikemaster. HEX triplet: 96, 50 and 78. RGB value is (150,80,120). Sum of RGB (Red+Green+Blue) = 150+80+120=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965078 is #69AF87. Grayscale: #696969. Windows color (decimal): -6926216 or 7884950. OLE color: 7884950.

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

Color convert

RGB15080120-
CMYK00.470.200.41
HSL325.71º30.43%45.1%-
HSV(B)325.71º46.67%58.82%-
XYZ18.8413.5819.4-
YUV105.49136.19159.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=42.86%
G=22.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508012000.470.200.41325.7130.4345.1
Hex96507802F14291461e2d
Octal22612017005724515063655
Binary100101101010000111100001011111010010100110100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965078; }

 p { color: rgb(150,80,120); }

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

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

 a { background-color: rgb(150,80,120); }

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

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

 span { border-color: rgb(150,80,120); }

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