Html Css Color HEX #966D86 Strikemaster

📋 copy color: '#966D86'

red 150 ◦ green 109 ◦ blue 134

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

Shades of Strikemaster #966D86

Tints of Strikemaster #966D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 38.17%
G = 27.74%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#966D86 (or 0x966D86) is known color: Strikemaster. HEX triplet: 96, 6D and 86. RGB value is (150,109,134). Sum of RGB (Red+Green+Blue) = 150+109+134=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #966D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D86 is #699279. Grayscale: #7C7C7C. Windows color (decimal): -6918778 or 8809878. OLE color: 8809878.

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

Color convert

RGB 150 109 134 -
CMYK 0 0.27 0.11 0.41
HSL 323.41º 0.16% 0.51% -
HSV(B) 323.41º 0.27% 0.59% -
XYZ 22.35 19.14 25.07 -
YUV 124.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 150 109 134 0 0.27 0.11 0.41 323.41 0.16 0.51
Hex 96 6D 86 0 1B B 29 143 10 33
Octal 226 155 206 0 33 13 51 503 20 63
Binary 10010110 1101101 10000110 0 11011 1011 101001 101000011 10000 110011

Color Harmonies of #966D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D86

Black with #966D86

Text Example


Text Example

White with #966D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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