#96678B

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

Shades of Strikemaster #96678B

Tints of Strikemaster #96678B

Color information

#96678B (or 0x96678B) is unknown color: approx Strikemaster. HEX triplet: 96, 67 and 8B. RGB value is (150,103,139). Sum of RGB (Red+Green+Blue) = 150+103+139=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96678B is #699874. Grayscale: #797979. Windows color (decimal): -6920309 or 9136022. OLE color: 9136022.

HSL color Cylindrical-coordinate representation of color #96678B: hue angle of 314.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96678B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150103139-
CMYK00.310.070.41
HSL314.04º18.58%49.61%-
HSV(B)314.04º31.33%58.82%-
XYZ22.0918.0526.75-
YUV121.16138.07148.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=38.27%
G=26.28%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010313900.310.070.41314.0418.5849.61
Hex96678B01F72913a1332
Octal2261472130377514722362
Binary1001011011001111000101101111111110100110011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,103,139); }

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

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

 a { background-color: rgb(150,103,139); }

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

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

 span { border-color: rgb(150,103,139); }

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