Html Css Color HEX #946079 Strikemaster

📋 copy color: '#946079'

red 148 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #946079

Tints of Strikemaster #946079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 40.55%
G = 26.3%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#946079 (or 0x946079) is known color: Strikemaster. HEX triplet: 94, 60 and 79. RGB value is (148,96,121). Sum of RGB (Red+Green+Blue) = 148+96+121=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946079 is #6B9F86. Grayscale: #727272. Windows color (decimal): -7053191 or 7954580. OLE color: 7954580.

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

Color convert

RGB 148 96 121 -
CMYK 0 0.35 0.18 0.42
HSL 331.15º 0.21% 0.48% -
HSV(B) 331.15º 0.35% 0.58% -
XYZ 19.85 16.04 20.14 -
YUV 114.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 148 96 121 0 0.35 0.18 0.42 331.15 0.21 0.48
Hex 94 60 79 0 23 12 2A 14B 15 30
Octal 224 140 171 0 43 22 52 513 25 60
Binary 10010100 1100000 1111001 0 100011 10010 101010 101001011 10101 110000

Color Harmonies of #946079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946079

Black with #946079

Text Example


Text Example

White with #946079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946079; }

 p { color: rgb(148,96,121); }

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

background-color css

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

 a { background-color: rgb(148,96,121); }

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

border-color css

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

 span { border-color: rgb(148,96,121); }

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