Html Css Color HEX #966C7D Strikemaster

📋 copy color: '#966C7D'

red 150 ◦ green 108 ◦ blue 125

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

Shades of Strikemaster #966C7D

Tints of Strikemaster #966C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 39.16%
G = 28.2%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#966C7D (or 0x966C7D) is known color: Strikemaster. HEX triplet: 96, 6C and 7D. RGB value is (150,108,125). Sum of RGB (Red+Green+Blue) = 150+108+125=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C7D is #699382. Grayscale: #7A7A7A. Windows color (decimal): -6919043 or 8219798. OLE color: 8219798.

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

Color convert

RGB 150 108 125 -
CMYK 0 0.28 0.17 0.41
HSL 335.71º 0.17% 0.51% -
HSV(B) 335.71º 0.28% 0.59% -
XYZ 21.64 18.69 21.87 -
YUV 122.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 150 108 125 0 0.28 0.17 0.41 335.71 0.17 0.51
Hex 96 6C 7D 0 1C 11 29 150 11 33
Octal 226 154 175 0 34 21 51 520 21 63
Binary 10010110 1101100 1111101 0 11100 10001 101001 101010000 10001 110011

Color Harmonies of #966C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C7D

Black with #966C7D

Text Example


Text Example

White with #966C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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