Html Css Color HEX #914879 Strikemaster

📋 copy color: '#914879'

red 145 ◦ green 72 ◦ blue 121

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

Shades of Strikemaster #914879

Tints of Strikemaster #914879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 42.9%
G = 21.3%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#914879 (or 0x914879) is known color: Strikemaster. HEX triplet: 91, 48 and 79. RGB value is (145,72,121). Sum of RGB (Red+Green+Blue) = 145+72+121=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914879 is #6EB786. Grayscale: #636363. Windows color (decimal): -7255943 or 7948433. OLE color: 7948433.

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

Color convert

RGB 145 72 121 -
CMYK 0 0.50 0.17 0.43
HSL 319.73º 0.34% 0.43% -
HSV(B) 319.73º 0.5% 0.57% -
XYZ 17.45 12.03 19.49 -
YUV 99.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 145 72 121 0 0.50 0.17 0.43 319.73 0.34 0.43
Hex 91 48 79 0 32 11 2B 140 22 2B
Octal 221 110 171 0 62 21 53 500 42 53
Binary 10010001 1001000 1111001 0 110010 10001 101011 101000000 100010 101011

Color Harmonies of #914879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914879

Black with #914879

Text Example


Text Example

White with #914879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914879; }

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

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

background-color css

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

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

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

border-color css

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

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

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