#96517E

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

Shades of Strikemaster #96517E

Tints of Strikemaster #96517E

Color information

#96517E (or 0x96517E) is unknown color: approx Strikemaster. HEX triplet: 96, 51 and 7E. RGB value is (150,81,126). Sum of RGB (Red+Green+Blue) = 150+81+126=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517E is #69AE81. Grayscale: #6A6A6A. Windows color (decimal): -6925954 or 8278422. OLE color: 8278422.

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

Color convert

RGB15081126-
CMYK00.460.160.41
HSL320.87º29.87%45.29%-
HSV(B)320.87º46%58.82%-
XYZ19.2913.8821.4-
YUV106.76138.86158.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=42.02%
G=22.69%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508112600.460.160.41320.8729.8745.29
Hex96517E02E10291411e2d
Octal22612117605620515013655
Binary100101101010001111111001011101000010100110100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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