Html Css Color HEX #957384 Strikemaster

📋 copy color: '#957384'

red 149 ◦ green 115 ◦ blue 132

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

Shades of Strikemaster #957384

Tints of Strikemaster #957384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 37.63%
G = 29.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957384 (or 0x957384) is known color: Strikemaster. HEX triplet: 95, 73 and 84. RGB value is (149,115,132). Sum of RGB (Red+Green+Blue) = 149+115+132=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957384 is #6A8C7B. Grayscale: #7F7F7F. Windows color (decimal): -6982780 or 8680341. OLE color: 8680341.

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

Color convert

RGB 149 115 132 -
CMYK 0 0.23 0.11 0.42
HSL 330º 0.14% 0.52% -
HSV(B) 330º 0.23% 0.58% -
XYZ 22.69 20.32 24.56 -
YUV 127.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 149 115 132 0 0.23 0.11 0.42 330 0.14 0.52
Hex 95 73 84 0 17 B 2A 14A E 34
Octal 225 163 204 0 27 13 52 512 16 64
Binary 10010101 1110011 10000100 0 10111 1011 101010 101001010 1110 110100

Color Harmonies of #957384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957384

Black with #957384

Text Example


Text Example

White with #957384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957384; }

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

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

background-color css

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

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

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

border-color css

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

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

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