Html Css Color HEX #966B7E Strikemaster

📋 copy color: '#966B7E'

red 150 ◦ green 107 ◦ blue 126

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

Shades of Strikemaster #966B7E

Tints of Strikemaster #966B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 39.16%
G = 27.94%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#966B7E (or 0x966B7E) is known color: Strikemaster. HEX triplet: 96, 6B and 7E. RGB value is (150,107,126). Sum of RGB (Red+Green+Blue) = 150+107+126=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B7E is #699481. Grayscale: #797979. Windows color (decimal): -6919298 or 8285078. OLE color: 8285078.

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

Color convert

RGB 150 107 126 -
CMYK 0 0.29 0.16 0.41
HSL 333.49º 0.17% 0.5% -
HSV(B) 333.49º 0.29% 0.59% -
XYZ 21.6 18.51 22.17 -
YUV 122.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 150 107 126 0 0.29 0.16 0.41 333.49 0.17 0.5
Hex 96 6B 7E 0 1D 10 29 14D 11 32
Octal 226 153 176 0 35 20 51 515 21 62
Binary 10010110 1101011 1111110 0 11101 10000 101001 101001101 10001 110010

Color Harmonies of #966B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B7E

Black with #966B7E

Text Example


Text Example

White with #966B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,107,126); }

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

background-color css

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

 a { background-color: rgb(150,107,126); }

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

border-color css

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

 span { border-color: rgb(150,107,126); }

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