#914B79

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

Shades of Strikemaster #914B79

Tints of Strikemaster #914B79

Color information

#914B79 (or 0x914B79) is unknown color: approx Strikemaster. HEX triplet: 91, 4B and 79. RGB value is (145,75,121). Sum of RGB (Red+Green+Blue) = 145+75+121=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #914B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B79 is #6EB486. Grayscale: #656565. Windows color (decimal): -7255175 or 7949201. OLE color: 7949201.

HSL color Cylindrical-coordinate representation of color #914B79: hue angle of 320.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914B79 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14575121-
CMYK00.480.170.43
HSL320.57º31.82%43.14%-
HSV(B)320.57º48.28%56.86%-
XYZ17.6412.4319.56-
YUV101.17139.19159.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=42.52%
G=21.99%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457512100.480.170.43320.5731.8243.14
Hex914B79030112B141202b
Octal22111317106021535014053
Binary1001000110010111111001011000010001101011101000001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914B79; }

 p { color: rgb(145,75,121); }

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

<style>
 a { background-color: #914B79; }

 a { background-color: rgb(145,75,121); }

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

<style>
 span { border-color: #914B79; }

 span { border-color: rgb(145,75,121); }

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