Html Css Color HEX #957281 Strikemaster

📋 copy color: '#957281'

red 149 ◦ green 114 ◦ blue 129

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

Shades of Strikemaster #957281

Tints of Strikemaster #957281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 38.01%
G = 29.08%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957281 (or 0x957281) is known color: Strikemaster. HEX triplet: 95, 72 and 81. RGB value is (149,114,129). Sum of RGB (Red+Green+Blue) = 149+114+129=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #957281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957281 is #6A8D7E. Grayscale: #7E7E7E. Windows color (decimal): -6983039 or 8483477. OLE color: 8483477.

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

Color convert

RGB 149 114 129 -
CMYK 0 0.23 0.13 0.42
HSL 334.29º 0.14% 0.52% -
HSV(B) 334.29º 0.23% 0.58% -
XYZ 22.37 20.01 23.45 -
YUV 126.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 149 114 129 0 0.23 0.13 0.42 334.29 0.14 0.52
Hex 95 72 81 0 17 D 2A 14E E 34
Octal 225 162 201 0 27 15 52 516 16 64
Binary 10010101 1110010 10000001 0 10111 1101 101010 101001110 1110 110100

Color Harmonies of #957281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957281

Black with #957281

Text Example


Text Example

White with #957281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957281; }

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

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

background-color css

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

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

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

border-color css

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

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

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