Html Css Color HEX #947080 Strikemaster

📋 copy color: '#947080'

red 148 ◦ green 112 ◦ blue 128

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

Shades of Strikemaster #947080

Tints of Strikemaster #947080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 38.14%
G = 28.87%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#947080 (or 0x947080) is known color: Strikemaster. HEX triplet: 94, 70 and 80. RGB value is (148,112,128). Sum of RGB (Red+Green+Blue) = 148+112+128=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #947080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947080 is #6B8F7F. Grayscale: #7C7C7C. Windows color (decimal): -7049088 or 8417428. OLE color: 8417428.

HSL color Cylindrical-coordinate representation of color #947080: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947080 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 128 -
CMYK 0 0.24 0.14 0.42
HSL 333.33º 0.14% 0.51% -
HSV(B) 333.33º 0.24% 0.58% -
XYZ 21.9 19.44 23.02 -
YUV 124.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 148 112 128 0 0.24 0.14 0.42 333.33 0.14 0.51
Hex 94 70 80 0 18 E 2A 14D E 33
Octal 224 160 200 0 30 16 52 515 16 63
Binary 10010100 1110000 10000000 0 11000 1110 101010 101001101 1110 110011

Color Harmonies of #947080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947080

Black with #947080

Text Example


Text Example

White with #947080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947080; }

 p { color: rgb(148,112,128); }

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

background-color css

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

 a { background-color: rgb(148,112,128); }

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

border-color css

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

 span { border-color: rgb(148,112,128); }

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