Html Css Color HEX #91477A Strikemaster

📋 copy color: '#91477A'

red 145 ◦ green 71 ◦ blue 122

#91477A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #91477A

Tints of Strikemaster #91477A

RGB

 RED value IS 145 (57.03% from 255) = 42.9%

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 42.9%
G = 21.01%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91477A (or 0x91477A) is known color: Strikemaster. HEX triplet: 91, 47 and 7A. RGB value is (145,71,122). Sum of RGB (Red+Green+Blue) = 145+71+122=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91477A is #6EB885. Grayscale: #626262. Windows color (decimal): -7256198 or 8013713. OLE color: 8013713.

HSL color Cylindrical-coordinate representation of color #91477A: hue angle of 318.65º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91477A is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 71 122 -
CMYK 0 0.51 0.16 0.43
HSL 318.65º 0.34% 0.42% -
HSV(B) 318.65º 0.51% 0.57% -
XYZ 17.44 11.93 19.8 -
YUV 98.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 145 71 122 0 0.51 0.16 0.43 318.65 0.34 0.42
Hex 91 47 7A 0 33 10 2B 13F 22 2A
Octal 221 107 172 0 63 20 53 477 42 52
Binary 10010001 1000111 1111010 0 110011 10000 101011 100111111 100010 101010

Color Harmonies of #91477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91477A

Black with #91477A

Text Example


Text Example

White with #91477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91477A;
 }
 .AnyTagClassName
 {
   color: #91477A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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