#914B78

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

Shades of Strikemaster #914B78

Tints of Strikemaster #914B78

Color information

#914B78 (or 0x914B78) is unknown color: approx Strikemaster. HEX triplet: 91, 4B and 78. RGB value is (145,75,120). Sum of RGB (Red+Green+Blue) = 145+75+120=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #914B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B78 is #6EB487. Grayscale: #646464. Windows color (decimal): -7255176 or 7883665. OLE color: 7883665.

HSL color Cylindrical-coordinate representation of color #914B78: hue angle of 321.43º 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 #914B78 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14575120-
CMYK00.480.170.43
HSL321.43º31.82%43.14%-
HSV(B)321.43º48.28%56.86%-
XYZ17.5812.4119.24-
YUV101.06138.69159.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=42.65%
G=22.06%
B=35.29%

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
Decimal1457512000.480.170.43321.4331.8243.14
Hex914B78030112B141202b
Octal22111317006021535014053
Binary1001000110010111111000011000010001101011101000001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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