Html Css Color HEX #946178 Strikemaster

📋 copy color: '#946178'

red 148 ◦ green 97 ◦ blue 120

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

Shades of Strikemaster #946178

Tints of Strikemaster #946178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 40.55%
G = 26.58%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#946178 (or 0x946178) is known color: Strikemaster. HEX triplet: 94, 61 and 78. RGB value is (148,97,120). Sum of RGB (Red+Green+Blue) = 148+97+120=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946178 is #6B9E87. Grayscale: #727272. Windows color (decimal): -7052936 or 7889300. OLE color: 7889300.

HSL color Cylindrical-coordinate representation of color #946178: hue angle of 332.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946178 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 120 -
CMYK 0 0.34 0.19 0.42
HSL 332.94º 0.21% 0.48% -
HSV(B) 332.94º 0.34% 0.58% -
XYZ 19.88 16.2 19.85 -
YUV 114.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 148 97 120 0 0.34 0.19 0.42 332.94 0.21 0.48
Hex 94 61 78 0 22 13 2A 14D 15 30
Octal 224 141 170 0 42 23 52 515 25 60
Binary 10010100 1100001 1111000 0 100010 10011 101010 101001101 10101 110000

Color Harmonies of #946178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946178

Black with #946178

Text Example


Text Example

White with #946178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946178; }

 p { color: rgb(148,97,120); }

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

background-color css

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

 a { background-color: rgb(148,97,120); }

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

border-color css

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

 span { border-color: rgb(148,97,120); }

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