#96608B

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

Shades of Strikemaster #96608B

Tints of Strikemaster #96608B

Color information

#96608B (or 0x96608B) is unknown color: approx Strikemaster. HEX triplet: 96, 60 and 8B. RGB value is (150,96,139). Sum of RGB (Red+Green+Blue) = 150+96+139=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #96608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608B is #699F74. Grayscale: #747474. Windows color (decimal): -6922101 or 9134230. OLE color: 9134230.

HSL color Cylindrical-coordinate representation of color #96608B: hue angle of 312.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96608B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15096139-
CMYK00.360.070.41
HSL312.22º21.95%48.24%-
HSV(B)312.22º36%58.82%-
XYZ21.4216.7126.52-
YUV117.05140.39151.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=38.96%
G=24.94%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509613900.360.070.41312.2221.9548.24
Hex96608B0247291381630
Octal2261402130447514702660
Binary10010110110000010001011010010011110100110011100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96608B; }

 p { color: rgb(150,96,139); }

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

<style>
 a { background-color: #96608B; }

 a { background-color: rgb(150,96,139); }

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

<style>
 span { border-color: #96608B; }

 span { border-color: rgb(150,96,139); }

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