#96648C

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

Shades of Strikemaster #96648C

Tints of Strikemaster #96648C

Color information

#96648C (or 0x96648C) is unknown color: approx Strikemaster. HEX triplet: 96, 64 and 8C. RGB value is (150,100,140). Sum of RGB (Red+Green+Blue) = 150+100+140=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96648C is #699B73. Grayscale: #777777. Windows color (decimal): -6921076 or 9200790. OLE color: 9200790.

HSL color Cylindrical-coordinate representation of color #96648C: hue angle of 312º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96648C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150100140-
CMYK00.330.070.41
HSL312º20%49.02%-
HSV(B)312º33.33%58.82%-
XYZ21.8717.4927.03-
YUV119.51139.56149.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=38.46%
G=25.64%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010014000.330.070.413122049.02
Hex96648C0217291381431
Octal2261442140417514702461
Binary10010110110010010001100010000111110100110011100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,100,140); }

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

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

 a { background-color: rgb(150,100,140); }

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

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

 span { border-color: rgb(150,100,140); }

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