#96507C

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

Shades of Strikemaster #96507C

Tints of Strikemaster #96507C

Color information

#96507C (or 0x96507C) is unknown color: approx Strikemaster. HEX triplet: 96, 50 and 7C. RGB value is (150,80,124). Sum of RGB (Red+Green+Blue) = 150+80+124=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507C is #69AF83. Grayscale: #696969. Windows color (decimal): -6926212 or 8147094. OLE color: 8147094.

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

Color convert

RGB15080124-
CMYK00.470.170.41
HSL322.29º30.43%45.1%-
HSV(B)322.29º46.67%58.82%-
XYZ19.0813.6820.7-
YUV105.95138.19159.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=42.37%
G=22.60%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508012400.470.170.41322.2930.4345.1
Hex96507C02F11291421e2d
Octal22612017405721515023655
Binary100101101010000111110001011111000110100110100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96507C; }

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

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

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

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

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

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

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

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