Html Css Color HEX #944679 Strikemaster

📋 copy color: '#944679'

red 148 ◦ green 70 ◦ blue 121

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

Shades of Strikemaster #944679

Tints of Strikemaster #944679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 43.66%
G = 20.65%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#944679 (or 0x944679) is known color: Strikemaster. HEX triplet: 94, 46 and 79. RGB value is (148,70,121). Sum of RGB (Red+Green+Blue) = 148+70+121=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944679 is #6BB986. Grayscale: #636363. Windows color (decimal): -7059847 or 7947924. OLE color: 7947924.

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

Color convert

RGB 148 70 121 -
CMYK 0 0.53 0.18 0.42
HSL 320.77º 0.36% 0.43% -
HSV(B) 320.77º 0.53% 0.58% -
XYZ 17.85 12.06 19.48 -
YUV 99.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 148 70 121 0 0.53 0.18 0.42 320.77 0.36 0.43
Hex 94 46 79 0 35 12 2A 141 24 2B
Octal 224 106 171 0 65 22 52 501 44 53
Binary 10010100 1000110 1111001 0 110101 10010 101010 101000001 100100 101011

Color Harmonies of #944679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944679

Black with #944679

Text Example


Text Example

White with #944679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944679; }

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

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

background-color css

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

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

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

border-color css

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

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

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