#965277

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

Shades of Strikemaster #965277

Tints of Strikemaster #965277

Color information

#965277 (or 0x965277) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 77. RGB value is (150,82,119). Sum of RGB (Red+Green+Blue) = 150+82+119=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965277 is #69AD88. Grayscale: #6A6A6A. Windows color (decimal): -6925705 or 7819926. OLE color: 7819926.

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

Color convert

RGB15082119-
CMYK00.450.210.41
HSL327.35º29.31%45.49%-
HSV(B)327.35º45.33%58.82%-
XYZ18.9213.8519.13-
YUV106.55135.03158.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=42.74%
G=23.36%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508211900.450.210.41327.3529.3145.49
Hex96527702D15291471d2d
Octal22612216705525515073555
Binary100101101010010111011101011011010110100110100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965277; }

 p { color: rgb(150,82,119); }

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

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

 a { background-color: rgb(150,82,119); }

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

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

 span { border-color: rgb(150,82,119); }

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