#96527F

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

Shades of Strikemaster #96527F

Tints of Strikemaster #96527F

Color information

#96527F (or 0x96527F) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 7F. RGB value is (150,82,127). Sum of RGB (Red+Green+Blue) = 150+82+127=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96527F is #69AD80. Grayscale: #6B6B6B. Windows color (decimal): -6925697 or 8344214. OLE color: 8344214.

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

Color convert

RGB15082127-
CMYK00.450.150.41
HSL320.29º29.31%45.49%-
HSV(B)320.29º45.33%58.82%-
XYZ19.4314.0521.77-
YUV107.46139.03158.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 127 (50% from 255) = 35.38%
R=41.78%
G=22.84%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508212700.450.150.41320.2929.3145.49
Hex96527F02DF291401d2d
Octal22612217705517515003555
Binary10010110101001011111110101101111110100110100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96527F; }

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

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

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

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

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

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

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

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