#91678A

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

Shades of Strikemaster #91678A

Tints of Strikemaster #91678A

Color information

#91678A (or 0x91678A) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 8A. RGB value is (145,103,138). Sum of RGB (Red+Green+Blue) = 145+103+138=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91678A is #6E9875. Grayscale: #777777. Windows color (decimal): -7247990 or 9070481. OLE color: 9070481.

HSL color Cylindrical-coordinate representation of color #91678A: hue angle of 310º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91678A is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB145103138-
CMYK00.290.050.43
HSL310º16.94%48.63%-
HSV(B)310º28.97%56.86%-
XYZ21.1117.5626.32-
YUV119.55138.41146.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=37.56%
G=26.68%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510313800.290.050.4331016.9448.63
Hex91678A01D52B1361131
Octal2211472120355534662161
Binary1001000111001111000101001110110110101110011011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91678A; }

 p { color: rgb(145,103,138); }

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

<style>
 a { background-color: #91678A; }

 a { background-color: rgb(145,103,138); }

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

<style>
 span { border-color: #91678A; }

 span { border-color: rgb(145,103,138); }

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