Html Css Color HEX #957283 Strikemaster

📋 copy color: '#957283'

red 149 ◦ green 114 ◦ blue 131

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

Shades of Strikemaster #957283

Tints of Strikemaster #957283

RGB

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

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

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

R = 37.82%
G = 28.93%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957283 (or 0x957283) is known color: Strikemaster. HEX triplet: 95, 72 and 83. RGB value is (149,114,131). Sum of RGB (Red+Green+Blue) = 149+114+131=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #957283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957283 is #6A8D7C. Grayscale: #7E7E7E. Windows color (decimal): -6983037 or 8614549. OLE color: 8614549.

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

Color convert

RGB 149 114 131 -
CMYK 0 0.23 0.12 0.42
HSL 330.86º 0.14% 0.52% -
HSV(B) 330.86º 0.23% 0.58% -
XYZ 22.51 20.06 24.16 -
YUV 126.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 149 114 131 0 0.23 0.12 0.42 330.86 0.14 0.52
Hex 95 72 83 0 17 C 2A 14B E 34
Octal 225 162 203 0 27 14 52 513 16 64
Binary 10010101 1110010 10000011 0 10111 1100 101010 101001011 1110 110100

Color Harmonies of #957283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957283

Black with #957283

Text Example


Text Example

White with #957283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957283; }

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

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

background-color css

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

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

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

border-color css

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

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

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