Html Css Color HEX #957082 Strikemaster

📋 copy color: '#957082'

red 149 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #957082

Tints of Strikemaster #957082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 38.11%
G = 28.64%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957082 (or 0x957082) is known color: Strikemaster. HEX triplet: 95, 70 and 82. RGB value is (149,112,130). Sum of RGB (Red+Green+Blue) = 149+112+130=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957082 is #6A8F7D. Grayscale: #7D7D7D. Windows color (decimal): -6983550 or 8548501. OLE color: 8548501.

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

Color convert

RGB 149 112 130 -
CMYK 0 0.25 0.13 0.42
HSL 330.81º 0.15% 0.51% -
HSV(B) 330.81º 0.25% 0.58% -
XYZ 22.22 19.59 23.73 -
YUV 125.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 149 112 130 0 0.25 0.13 0.42 330.81 0.15 0.51
Hex 95 70 82 0 19 D 2A 14B F 33
Octal 225 160 202 0 31 15 52 513 17 63
Binary 10010101 1110000 10000010 0 11001 1101 101010 101001011 1111 110011

Color Harmonies of #957082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957082

Black with #957082

Text Example


Text Example

White with #957082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957082; }

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

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

background-color css

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

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

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

border-color css

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

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

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