Html Css Color HEX #966D7C Strikemaster

📋 copy color: '#966D7C'

red 150 ◦ green 109 ◦ blue 124

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

Shades of Strikemaster #966D7C

Tints of Strikemaster #966D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 39.16%
G = 28.46%
B = 32.38%

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

#966D7C (or 0x966D7C) is known color: Strikemaster. HEX triplet: 96, 6D and 7C. RGB value is (150,109,124). Sum of RGB (Red+Green+Blue) = 150+109+124=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D7C is #699283. Grayscale: #7A7A7A. Windows color (decimal): -6918788 or 8154518. OLE color: 8154518.

HSL color Cylindrical-coordinate representation of color #966D7C: hue angle of 338.05º 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 #966D7C is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 124 -
CMYK 0 0.27 0.17 0.41
HSL 338.05º 0.16% 0.51% -
HSV(B) 338.05º 0.27% 0.59% -
XYZ 21.68 18.88 21.57 -
YUV 122.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 150 109 124 0 0.27 0.17 0.41 338.05 0.16 0.51
Hex 96 6D 7C 0 1B 11 29 152 10 33
Octal 226 155 174 0 33 21 51 522 20 63
Binary 10010110 1101101 1111100 0 11011 10001 101001 101010010 10000 110011

Color Harmonies of #966D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D7C

Black with #966D7C

Text Example


Text Example

White with #966D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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