Html Css Color HEX #957184 Strikemaster

📋 copy color: '#957184'

red 149 ◦ green 113 ◦ blue 132

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

Shades of Strikemaster #957184

Tints of Strikemaster #957184

RGB

 RED value IS 149 (58.59% from 255) = 37.82%

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 37.82%
G = 28.68%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957184 (or 0x957184) is known color: Strikemaster. HEX triplet: 95, 71 and 84. RGB value is (149,113,132). Sum of RGB (Red+Green+Blue) = 149+113+132=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #957184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957184 is #6A8E7B. Grayscale: #7D7D7D. Windows color (decimal): -6983292 or 8679829. OLE color: 8679829.

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

Color convert

RGB 149 113 132 -
CMYK 0 0.24 0.11 0.42
HSL 328.33º 0.15% 0.51% -
HSV(B) 328.33º 0.24% 0.58% -
XYZ 22.46 19.87 24.48 -
YUV 125.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 149 113 132 0 0.24 0.11 0.42 328.33 0.15 0.51
Hex 95 71 84 0 18 B 2A 148 F 33
Octal 225 161 204 0 30 13 52 510 17 63
Binary 10010101 1110001 10000100 0 11000 1011 101010 101001000 1111 110011

Color Harmonies of #957184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957184

Black with #957184

Text Example


Text Example

White with #957184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957184; }

 p { color: rgb(149,113,132); }

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

background-color css

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

 a { background-color: rgb(149,113,132); }

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

border-color css

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

 span { border-color: rgb(149,113,132); }

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