Html Css Color HEX #957183 Strikemaster

📋 copy color: '#957183'

red 149 ◦ green 113 ◦ blue 131

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

Shades of Strikemaster #957183

Tints of Strikemaster #957183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 37.91%
G = 28.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957183 (or 0x957183) is known color: Strikemaster. HEX triplet: 95, 71 and 83. RGB value is (149,113,131). Sum of RGB (Red+Green+Blue) = 149+113+131=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957183 is #6A8E7C. Grayscale: #7D7D7D. Windows color (decimal): -6983293 or 8614293. OLE color: 8614293.

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

Color convert

RGB 149 113 131 -
CMYK 0 0.24 0.12 0.42
HSL 330º 0.15% 0.51% -
HSV(B) 330º 0.24% 0.58% -
XYZ 22.4 19.84 24.12 -
YUV 125.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 149 113 131 0 0.24 0.12 0.42 330 0.15 0.51
Hex 95 71 83 0 18 C 2A 14A F 33
Octal 225 161 203 0 30 14 52 512 17 63
Binary 10010101 1110001 10000011 0 11000 1100 101010 101001010 1111 110011

Color Harmonies of #957183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957183

Black with #957183

Text Example


Text Example

White with #957183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957183; }

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

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

background-color css

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

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

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

border-color css

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

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

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