Html Css Color HEX #957083 Strikemaster

📋 copy color: '#957083'

red 149 ◦ green 112 ◦ blue 131

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

Shades of Strikemaster #957083

Tints of Strikemaster #957083

RGB

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

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

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

R = 38.01%
G = 28.57%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957083 (or 0x957083) is known color: Strikemaster. HEX triplet: 95, 70 and 83. RGB value is (149,112,131). Sum of RGB (Red+Green+Blue) = 149+112+131=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #957083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957083 is #6A8F7C. Grayscale: #7D7D7D. Windows color (decimal): -6983549 or 8614037. OLE color: 8614037.

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

Color convert

RGB 149 112 131 -
CMYK 0 0.25 0.12 0.42
HSL 329.19º 0.15% 0.51% -
HSV(B) 329.19º 0.25% 0.58% -
XYZ 22.29 19.62 24.08 -
YUV 125.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 149 112 131 0 0.25 0.12 0.42 329.19 0.15 0.51
Hex 95 70 83 0 19 C 2A 149 F 33
Octal 225 160 203 0 31 14 52 511 17 63
Binary 10010101 1110000 10000011 0 11001 1100 101010 101001001 1111 110011

Color Harmonies of #957083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957083

Black with #957083

Text Example


Text Example

White with #957083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957083; }

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

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

background-color css

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

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

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

border-color css

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

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

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