#96567B

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

Shades of Strikemaster #96567B

Tints of Strikemaster #96567B

Color information

#96567B (or 0x96567B) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 7B. RGB value is (150,86,123). Sum of RGB (Red+Green+Blue) = 150+86+123=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96567B is #69A984. Grayscale: #6D6D6D. Windows color (decimal): -6924677 or 8083094. OLE color: 8083094.

HSL color Cylindrical-coordinate representation of color #96567B: hue angle of 325.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96567B is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15086123-
CMYK00.430.180.41
HSL325.31º27.12%46.27%-
HSV(B)325.31º42.67%58.82%-
XYZ19.4814.5720.52-
YUV109.35135.7156.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=41.78%
G=23.96%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508612300.430.180.41325.3127.1246.27
Hex96567B02B12291451b2e
Octal22612617305322515053356
Binary100101101010110111101101010111001010100110100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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