#96527D

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

Shades of Strikemaster #96527D

Tints of Strikemaster #96527D

Color information

#96527D (or 0x96527D) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 7D. RGB value is (150,82,125). Sum of RGB (Red+Green+Blue) = 150+82+125=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96527D is #69AD82. Grayscale: #6B6B6B. Windows color (decimal): -6925699 or 8213142. OLE color: 8213142.

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

Color convert

RGB15082125-
CMYK00.450.170.41
HSL322.06º29.31%45.49%-
HSV(B)322.06º45.33%58.82%-
XYZ19.31421.09-
YUV107.23138.03158.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=42.02%
G=22.97%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508212500.450.170.41322.0629.3145.49
Hex96527D02D11291421d2d
Octal22612217505521515023555
Binary100101101010010111110101011011000110100110100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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