#96507B

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

Shades of Strikemaster #96507B

Tints of Strikemaster #96507B

Color information

#96507B (or 0x96507B) is unknown color: approx Strikemaster. HEX triplet: 96, 50 and 7B. RGB value is (150,80,123). Sum of RGB (Red+Green+Blue) = 150+80+123=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507B is #69AF84. Grayscale: #696969. Windows color (decimal): -6926213 or 8081558. OLE color: 8081558.

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

Color convert

RGB15080123-
CMYK00.470.180.41
HSL323.14º30.43%45.1%-
HSV(B)323.14º46.67%58.82%-
XYZ19.0213.6520.37-
YUV105.83137.69159.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=42.49%
G=22.66%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508012300.470.180.41323.1430.4345.1
Hex96507B02F12291431e2d
Octal22612017305722515033655
Binary100101101010000111101101011111001010100110100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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