Html Css Color HEX #945977 Strikemaster

📋 copy color: '#945977'

red 148 ◦ green 89 ◦ blue 119

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

Shades of Strikemaster #945977

Tints of Strikemaster #945977

RGB

 RED value IS 148 (58.2% from 255) = 41.57%

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 41.57%
G = 25%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#945977 (or 0x945977) is known color: Strikemaster. HEX triplet: 94, 59 and 77. RGB value is (148,89,119). Sum of RGB (Red+Green+Blue) = 148+89+119=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945977 is #6BA688. Grayscale: #6E6E6E. Windows color (decimal): -7054985 or 7821716. OLE color: 7821716.

HSL color Cylindrical-coordinate representation of color #945977: hue angle of 329.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945977 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 119 -
CMYK 0 0.40 0.20 0.42
HSL 329.49º 0.25% 0.46% -
HSV(B) 329.49º 0.4% 0.58% -
XYZ 19.11 14.77 19.3 -
YUV 110.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 148 89 119 0 0.40 0.20 0.42 329.49 0.25 0.46
Hex 94 59 77 0 28 14 2A 149 19 2E
Octal 224 131 167 0 50 24 52 511 31 56
Binary 10010100 1011001 1110111 0 101000 10100 101010 101001001 11001 101110

Color Harmonies of #945977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945977

Black with #945977

Text Example


Text Example

White with #945977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945977; }

 p { color: rgb(148,89,119); }

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

background-color css

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

 a { background-color: rgb(148,89,119); }

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

border-color css

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

 span { border-color: rgb(148,89,119); }

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