#96527E

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

Shades of Strikemaster #96527E

Tints of Strikemaster #96527E

Color information

#96527E (or 0x96527E) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 7E. RGB value is (150,82,126). Sum of RGB (Red+Green+Blue) = 150+82+126=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96527E is #69AD81. Grayscale: #6B6B6B. Windows color (decimal): -6925698 or 8278678. OLE color: 8278678.

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

Color convert

RGB15082126-
CMYK00.450.160.41
HSL321.18º29.31%45.49%-
HSV(B)321.18º45.33%58.82%-
XYZ19.3614.0221.43-
YUV107.35138.53158.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=41.90%
G=22.91%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508212600.450.160.41321.1829.3145.49
Hex96527E02D10291411d2d
Octal22612217605520515013555
Binary100101101010010111111001011011000010100110100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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