Html Css Color HEX #944C7E Strikemaster

📋 copy color: '#944C7E'

red 148 ◦ green 76 ◦ blue 126

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

Shades of Strikemaster #944C7E

Tints of Strikemaster #944C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 42.29%
G = 21.71%
B = 36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#944C7E (or 0x944C7E) is known color: Strikemaster. HEX triplet: 94, 4C and 7E. RGB value is (148,76,126). Sum of RGB (Red+Green+Blue) = 148+76+126=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #944C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C7E is #6BB381. Grayscale: #676767. Windows color (decimal): -7058306 or 8277140. OLE color: 8277140.

HSL color Cylindrical-coordinate representation of color #944C7E: hue angle of 318.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C7E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 76 126 -
CMYK 0 0.49 0.15 0.42
HSL 318.33º 0.32% 0.44% -
HSV(B) 318.33º 0.49% 0.58% -
XYZ 18.56 12.97 21.26 -
YUV 103.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 148 76 126 0 0.49 0.15 0.42 318.33 0.32 0.44
Hex 94 4C 7E 0 31 F 2A 13E 20 2C
Octal 224 114 176 0 61 17 52 476 40 54
Binary 10010100 1001100 1111110 0 110001 1111 101010 100111110 100000 101100

Color Harmonies of #944C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C7E

Black with #944C7E

Text Example


Text Example

White with #944C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944C7E; }

 p { color: rgb(148,76,126); }

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

background-color css

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

 a { background-color: rgb(148,76,126); }

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

border-color css

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

 span { border-color: rgb(148,76,126); }

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