Html Css Color HEX #957386 Strikemaster

📋 copy color: '#957386'

red 149 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #957386

Tints of Strikemaster #957386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 37.44%
G = 28.89%
B = 33.67%

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

#957386 (or 0x957386) is known color: Strikemaster. HEX triplet: 95, 73 and 86. RGB value is (149,115,134). Sum of RGB (Red+Green+Blue) = 149+115+134=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957386 is #6A8C79. Grayscale: #7F7F7F. Windows color (decimal): -6982778 or 8811413. OLE color: 8811413.

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

Color convert

RGB 149 115 134 -
CMYK 0 0.23 0.10 0.42
HSL 326.47º 0.14% 0.52% -
HSV(B) 326.47º 0.23% 0.58% -
XYZ 22.83 20.37 25.28 -
YUV 127.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 149 115 134 0 0.23 0.10 0.42 326.47 0.14 0.52
Hex 95 73 86 0 17 A 2A 146 E 34
Octal 225 163 206 0 27 12 52 506 16 64
Binary 10010101 1110011 10000110 0 10111 1010 101010 101000110 1110 110100

Color Harmonies of #957386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957386

Black with #957386

Text Example


Text Example

White with #957386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957386; }

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

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

background-color css

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

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

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

border-color css

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

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

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