#96567F

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

Shades of Strikemaster #96567F

Tints of Strikemaster #96567F

Color information

#96567F (or 0x96567F) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 7F. RGB value is (150,86,127). Sum of RGB (Red+Green+Blue) = 150+86+127=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96567F is #69A980. Grayscale: #6D6D6D. Windows color (decimal): -6924673 or 8345238. OLE color: 8345238.

HSL color Cylindrical-coordinate representation of color #96567F: hue angle of 321.56º 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 #96567F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15086127-
CMYK00.430.150.41
HSL321.56º27.12%46.27%-
HSV(B)321.56º42.67%58.82%-
XYZ19.7414.6721.87-
YUV109.81137.7156.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 127 (50% from 255) = 34.99%
R=41.32%
G=23.69%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508612700.430.150.41321.5627.1246.27
Hex96567F02BF291421b2e
Octal22612617705317515023356
Binary10010110101011011111110101011111110100110100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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