Html Css Color HEX #957382 Strikemaster

📋 copy color: '#957382'

red 149 ◦ green 115 ◦ blue 130

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

Shades of Strikemaster #957382

Tints of Strikemaster #957382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 37.82%
G = 29.19%
B = 32.99%

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

#957382 (or 0x957382) is known color: Strikemaster. HEX triplet: 95, 73 and 82. RGB value is (149,115,130). Sum of RGB (Red+Green+Blue) = 149+115+130=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #957382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957382 is #6A8C7D. Grayscale: #7E7E7E. Windows color (decimal): -6982782 or 8549269. OLE color: 8549269.

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

Color convert

RGB 149 115 130 -
CMYK 0 0.23 0.13 0.42
HSL 333.53º 0.14% 0.52% -
HSV(B) 333.53º 0.23% 0.58% -
XYZ 22.55 20.26 23.84 -
YUV 126.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 149 115 130 0 0.23 0.13 0.42 333.53 0.14 0.52
Hex 95 73 82 0 17 D 2A 14E E 34
Octal 225 163 202 0 27 15 52 516 16 64
Binary 10010101 1110011 10000010 0 10111 1101 101010 101001110 1110 110100

Color Harmonies of #957382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957382

Black with #957382

Text Example


Text Example

White with #957382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957382; }

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

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

background-color css

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

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

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

border-color css

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

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

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