Html Css Color HEX #957086 Strikemaster

📋 copy color: '#957086'

red 149 ◦ green 112 ◦ blue 134

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

Shades of Strikemaster #957086

Tints of Strikemaster #957086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 37.72%
G = 28.35%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#957086 (or 0x957086) is known color: Strikemaster. HEX triplet: 95, 70 and 86. RGB value is (149,112,134). Sum of RGB (Red+Green+Blue) = 149+112+134=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #957086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957086 is #6A8F79. Grayscale: #7D7D7D. Windows color (decimal): -6983546 or 8810645. OLE color: 8810645.

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

Color convert

RGB 149 112 134 -
CMYK 0 0.25 0.10 0.42
HSL 324.32º 0.15% 0.51% -
HSV(B) 324.32º 0.25% 0.58% -
XYZ 22.49 19.7 25.17 -
YUV 125.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 149 112 134 0 0.25 0.10 0.42 324.32 0.15 0.51
Hex 95 70 86 0 19 A 2A 144 F 33
Octal 225 160 206 0 31 12 52 504 17 63
Binary 10010101 1110000 10000110 0 11001 1010 101010 101000100 1111 110011

Color Harmonies of #957086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957086

Black with #957086

Text Example


Text Example

White with #957086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957086; }

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

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

background-color css

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

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

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

border-color css

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

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

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