#96627F

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

Shades of Strikemaster #96627F

Tints of Strikemaster #96627F

Color information

#96627F (or 0x96627F) is unknown color: approx Strikemaster. HEX triplet: 96, 62 and 7F. RGB value is (150,98,127). Sum of RGB (Red+Green+Blue) = 150+98+127=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96627F is #699D80. Grayscale: #747474. Windows color (decimal): -6921601 or 8348310. OLE color: 8348310.

HSL color Cylindrical-coordinate representation of color #96627F: hue angle of 326.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96627F is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15098127-
CMYK00.350.150.41
HSL326.54º20.97%48.63%-
HSV(B)326.54º34.67%58.82%-
XYZ20.7816.7522.22-
YUV116.85133.73151.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 127 (50% from 255) = 33.87%
R=40%
G=26.13%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509812700.350.150.41326.5420.9748.63
Hex96627F023F291471531
Octal22614217704317515072561
Binary10010110110001011111110100011111110100110100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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