#96477F

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

Shades of Strikemaster #96477F

Tints of Strikemaster #96477F

Color information

#96477F (or 0x96477F) is unknown color: approx Strikemaster. HEX triplet: 96, 47 and 7F. RGB value is (150,71,127). Sum of RGB (Red+Green+Blue) = 150+71+127=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96477F is #69B880. Grayscale: #646464. Windows color (decimal): -6928513 or 8341398. OLE color: 8341398.

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

Color convert

RGB15071127-
CMYK00.530.150.41
HSL317.47º35.75%43.33%-
HSV(B)317.47º52.67%58.82%-
XYZ18.6612.5221.51-
YUV101142.67162.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 127 (50% from 255) = 36.49%
R=43.10%
G=20.40%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507112700.530.150.41317.4735.7543.33
Hex96477F035F2913d242b
Octal22610717706517514754453
Binary100101101000111111111101101011111101001100111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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