Html Css Color HEX #947187 Strikemaster

📋 copy color: '#947187'

red 148 ◦ green 113 ◦ blue 135

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

Shades of Strikemaster #947187

Tints of Strikemaster #947187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.09%

R = 37.37%
G = 28.54%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#947187 (or 0x947187) is known color: Strikemaster. HEX triplet: 94, 71 and 87. RGB value is (148,113,135). Sum of RGB (Red+Green+Blue) = 148+113+135=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947187 is #6B8E78. Grayscale: #7D7D7D. Windows color (decimal): -7048825 or 8876436. OLE color: 8876436.

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

Color convert

RGB 148 113 135 -
CMYK 0 0.24 0.09 0.42
HSL 322.29º 0.14% 0.51% -
HSV(B) 322.29º 0.24% 0.58% -
XYZ 22.49 19.86 25.57 -
YUV 125.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 148 113 135 0 0.24 0.09 0.42 322.29 0.14 0.51
Hex 94 71 87 0 18 9 2A 142 E 33
Octal 224 161 207 0 30 11 52 502 16 63
Binary 10010100 1110001 10000111 0 11000 1001 101010 101000010 1110 110011

Color Harmonies of #947187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947187

Black with #947187

Text Example


Text Example

White with #947187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947187; }

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

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

background-color css

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

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

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

border-color css

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

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

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