Html Css Color HEX #957084 Strikemaster

📋 copy color: '#957084'

red 149 ◦ green 112 ◦ blue 132

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

Shades of Strikemaster #957084

Tints of Strikemaster #957084

RGB

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

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

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

R = 37.91%
G = 28.5%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957084 (or 0x957084) is known color: Strikemaster. HEX triplet: 95, 70 and 84. RGB value is (149,112,132). Sum of RGB (Red+Green+Blue) = 149+112+132=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957084 is #6A8F7B. Grayscale: #7D7D7D. Windows color (decimal): -6983548 or 8679573. OLE color: 8679573.

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

Color convert

RGB 149 112 132 -
CMYK 0 0.25 0.11 0.42
HSL 327.57º 0.15% 0.51% -
HSV(B) 327.57º 0.25% 0.58% -
XYZ 22.35 19.64 24.44 -
YUV 125.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 149 112 132 0 0.25 0.11 0.42 327.57 0.15 0.51
Hex 95 70 84 0 19 B 2A 148 F 33
Octal 225 160 204 0 31 13 52 510 17 63
Binary 10010101 1110000 10000100 0 11001 1011 101010 101001000 1111 110011

Color Harmonies of #957084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957084

Black with #957084

Text Example


Text Example

White with #957084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957084; }

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

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

background-color css

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

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

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

border-color css

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

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

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