#96667F

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

Shades of Strikemaster #96667F

Tints of Strikemaster #96667F

Color information

#96667F (or 0x96667F) is unknown color: approx Strikemaster. HEX triplet: 96, 66 and 7F. RGB value is (150,102,127). Sum of RGB (Red+Green+Blue) = 150+102+127=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96667F is #699980. Grayscale: #777777. Windows color (decimal): -6920577 or 8349334. OLE color: 8349334.

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

Color convert

RGB150102127-
CMYK00.320.150.41
HSL328.75º19.05%49.41%-
HSV(B)328.75º32%58.82%-
XYZ21.1617.5222.34-
YUV119.2132.4149.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 127 (50% from 255) = 33.51%
R=39.58%
G=26.91%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010212700.320.150.41328.7519.0549.41
Hex96667F020F291491331
Octal22614617704017515112361
Binary10010110110011011111110100000111110100110100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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