Html Css Color HEX #966780 Strikemaster

📋 copy color: '#966780'

red 150 ◦ green 103 ◦ blue 128

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

Shades of Strikemaster #966780

Tints of Strikemaster #966780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 39.37%
G = 27.03%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#966780 (or 0x966780) is known color: Strikemaster. HEX triplet: 96, 67 and 80. RGB value is (150,103,128). Sum of RGB (Red+Green+Blue) = 150+103+128=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966780 is #69987F. Grayscale: #777777. Windows color (decimal): -6920320 or 8415126. OLE color: 8415126.

HSL color Cylindrical-coordinate representation of color #966780: hue angle of 328.09º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966780 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 128 -
CMYK 0 0.31 0.15 0.41
HSL 328.09º 0.19% 0.5% -
HSV(B) 328.09º 0.31% 0.59% -
XYZ 21.32 17.74 22.72 -
YUV 119.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 150 103 128 0 0.31 0.15 0.41 328.09 0.19 0.5
Hex 96 67 80 0 1F F 29 148 13 32
Octal 226 147 200 0 37 17 51 510 23 62
Binary 10010110 1100111 10000000 0 11111 1111 101001 101001000 10011 110010

Color Harmonies of #966780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966780

Black with #966780

Text Example


Text Example

White with #966780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966780; }

 p { color: rgb(150,103,128); }

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

background-color css

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

 a { background-color: rgb(150,103,128); }

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

border-color css

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

 span { border-color: rgb(150,103,128); }

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