Html Css Color HEX #957286 Strikemaster

📋 copy color: '#957286'

red 149 ◦ green 114 ◦ blue 134

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

Shades of Strikemaster #957286

Tints of Strikemaster #957286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 37.53%
G = 28.72%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#957286 (or 0x957286) is known color: Strikemaster. HEX triplet: 95, 72 and 86. RGB value is (149,114,134). Sum of RGB (Red+Green+Blue) = 149+114+134=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957286 is #6A8D79. Grayscale: #7E7E7E. Windows color (decimal): -6983034 or 8811157. OLE color: 8811157.

HSL color Cylindrical-coordinate representation of color #957286: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957286 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 134 -
CMYK 0 0.23 0.10 0.42
HSL 325.71º 0.14% 0.52% -
HSV(B) 325.71º 0.23% 0.58% -
XYZ 22.71 20.15 25.25 -
YUV 126.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 149 114 134 0 0.23 0.10 0.42 325.71 0.14 0.52
Hex 95 72 86 0 17 A 2A 146 E 34
Octal 225 162 206 0 27 12 52 506 16 64
Binary 10010101 1110010 10000110 0 10111 1010 101010 101000110 1110 110100

Color Harmonies of #957286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957286

Black with #957286

Text Example


Text Example

White with #957286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957286; }

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

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

background-color css

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

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

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

border-color css

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

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

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