Html Css Color HEX #945477 Strikemaster

📋 copy color: '#945477'

red 148 ◦ green 84 ◦ blue 119

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

Shades of Strikemaster #945477

Tints of Strikemaster #945477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 42.17%
G = 23.93%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#945477 (or 0x945477) is known color: Strikemaster. HEX triplet: 94, 54 and 77. RGB value is (148,84,119). Sum of RGB (Red+Green+Blue) = 148+84+119=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945477 is #6BAB88. Grayscale: #6B6B6B. Windows color (decimal): -7056265 or 7820436. OLE color: 7820436.

HSL color Cylindrical-coordinate representation of color #945477: hue angle of 327.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945477 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 119 -
CMYK 0 0.43 0.20 0.42
HSL 327.19º 0.28% 0.45% -
HSV(B) 327.19º 0.43% 0.58% -
XYZ 18.71 13.97 19.16 -
YUV 107.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 148 84 119 0 0.43 0.20 0.42 327.19 0.28 0.45
Hex 94 54 77 0 2B 14 2A 147 1C 2D
Octal 224 124 167 0 53 24 52 507 34 55
Binary 10010100 1010100 1110111 0 101011 10100 101010 101000111 11100 101101

Color Harmonies of #945477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945477

Black with #945477

Text Example


Text Example

White with #945477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945477; }

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

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

background-color css

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

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

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

border-color css

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

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

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