Html Css Color HEX #966E7D Strikemaster

📋 copy color: '#966E7D'

red 150 ◦ green 110 ◦ blue 125

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

Shades of Strikemaster #966E7D

Tints of Strikemaster #966E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 38.96%
G = 28.57%
B = 32.47%

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

#966E7D (or 0x966E7D) is known color: Strikemaster. HEX triplet: 96, 6E and 7D. RGB value is (150,110,125). Sum of RGB (Red+Green+Blue) = 150+110+125=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #966E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E7D is #699182. Grayscale: #7B7B7B. Windows color (decimal): -6918531 or 8220310. OLE color: 8220310.

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

Color convert

RGB 150 110 125 -
CMYK 0 0.27 0.17 0.41
HSL 337.5º 0.16% 0.51% -
HSV(B) 337.5º 0.27% 0.59% -
XYZ 21.86 19.12 21.94 -
YUV 123.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 150 110 125 0 0.27 0.17 0.41 337.5 0.16 0.51
Hex 96 6E 7D 0 1B 11 29 152 10 33
Octal 226 156 175 0 33 21 51 522 20 63
Binary 10010110 1101110 1111101 0 11011 10001 101001 101010010 10000 110011

Color Harmonies of #966E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E7D

Black with #966E7D

Text Example


Text Example

White with #966E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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