#914B7A

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

Shades of Strikemaster #914B7A

Tints of Strikemaster #914B7A

Color information

#914B7A (or 0x914B7A) is unknown color: approx Strikemaster. HEX triplet: 91, 4B and 7A. RGB value is (145,75,122). Sum of RGB (Red+Green+Blue) = 145+75+122=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #914B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B7A is #6EB485. Grayscale: #656565. Windows color (decimal): -7255174 or 8014737. OLE color: 8014737.

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

Color convert

RGB14575122-
CMYK00.480.160.43
HSL319.71º31.82%43.14%-
HSV(B)319.71º48.28%56.86%-
XYZ17.7112.4619.88-
YUV101.29139.69159.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=42.40%
G=21.93%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457512200.480.160.43319.7131.8243.14
Hex914B7A030102B140202b
Octal22111317206020535004053
Binary1001000110010111111010011000010000101011101000000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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