Html Css Color HEX #966E7C Strikemaster

📋 copy color: '#966E7C'

red 150 ◦ green 110 ◦ blue 124

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

Shades of Strikemaster #966E7C

Tints of Strikemaster #966E7C

RGB

 RED value IS 150 (58.98% from 255) = 39.06%

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 39.06%
G = 28.65%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#966E7C (or 0x966E7C) is known color: Strikemaster. HEX triplet: 96, 6E and 7C. RGB value is (150,110,124). Sum of RGB (Red+Green+Blue) = 150+110+124=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E7C is #699183. Grayscale: #7B7B7B. Windows color (decimal): -6918532 or 8154774. OLE color: 8154774.

HSL color Cylindrical-coordinate representation of color #966E7C: hue angle of 339º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E7C is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 124 -
CMYK 0 0.27 0.17 0.41
HSL 339º 0.16% 0.51% -
HSV(B) 339º 0.27% 0.59% -
XYZ 21.79 19.09 21.61 -
YUV 123.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 150 110 124 0 0.27 0.17 0.41 339 0.16 0.51
Hex 96 6E 7C 0 1B 11 29 153 10 33
Octal 226 156 174 0 33 21 51 523 20 63
Binary 10010110 1101110 1111100 0 11011 10001 101001 101010011 10000 110011

Color Harmonies of #966E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E7C

Black with #966E7C

Text Example


Text Example

White with #966E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E7C; }

 p { color: rgb(150,110,124); }

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

background-color css

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

 a { background-color: rgb(150,110,124); }

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

border-color css

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

 span { border-color: rgb(150,110,124); }

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