Html Css Color HEX #944E7E Strikemaster

📋 copy color: '#944E7E'

red 148 ◦ green 78 ◦ blue 126

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

Shades of Strikemaster #944E7E

Tints of Strikemaster #944E7E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

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

R = 42.05%
G = 22.16%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#944E7E (or 0x944E7E) is known color: Strikemaster. HEX triplet: 94, 4E and 7E. RGB value is (148,78,126). Sum of RGB (Red+Green+Blue) = 148+78+126=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #944E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E7E is #6BB181. Grayscale: #686868. Windows color (decimal): -7057794 or 8277652. OLE color: 8277652.

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

Color convert

RGB 148 78 126 -
CMYK 0 0.47 0.15 0.42
HSL 318.86º 0.31% 0.44% -
HSV(B) 318.86º 0.47% 0.58% -
XYZ 18.7 13.25 21.31 -
YUV 104.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 148 78 126 0 0.47 0.15 0.42 318.86 0.31 0.44
Hex 94 4E 7E 0 2F F 2A 13F 1F 2C
Octal 224 116 176 0 57 17 52 477 37 54
Binary 10010100 1001110 1111110 0 101111 1111 101010 100111111 11111 101100

Color Harmonies of #944E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E7E

Black with #944E7E

Text Example


Text Example

White with #944E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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