Html Css Color HEX #947185 Strikemaster

📋 copy color: '#947185'

red 148 ◦ green 113 ◦ blue 133

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

Shades of Strikemaster #947185

Tints of Strikemaster #947185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 37.56%
G = 28.68%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#947185 (or 0x947185) is known color: Strikemaster. HEX triplet: 94, 71 and 85. RGB value is (148,113,133). Sum of RGB (Red+Green+Blue) = 148+113+133=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #947185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947185 is #6B8E7A. Grayscale: #7D7D7D. Windows color (decimal): -7048827 or 8745364. OLE color: 8745364.

HSL color Cylindrical-coordinate representation of color #947185: hue angle of 325.71º 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 #947185 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 133 -
CMYK 0 0.24 0.10 0.42
HSL 325.71º 0.14% 0.51% -
HSV(B) 325.71º 0.24% 0.58% -
XYZ 22.35 19.8 24.83 -
YUV 125.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 148 113 133 0 0.24 0.10 0.42 325.71 0.14 0.51
Hex 94 71 85 0 18 A 2A 146 E 33
Octal 224 161 205 0 30 12 52 506 16 63
Binary 10010100 1110001 10000101 0 11000 1010 101010 101000110 1110 110011

Color Harmonies of #947185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947185

Black with #947185

Text Example


Text Example

White with #947185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947185; }

 p { color: rgb(148,113,133); }

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

background-color css

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

 a { background-color: rgb(148,113,133); }

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

border-color css

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

 span { border-color: rgb(148,113,133); }

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