Html Css Color HEX #966680 Strikemaster

📋 copy color: '#966680'

red 150 ◦ green 102 ◦ blue 128

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

Shades of Strikemaster #966680

Tints of Strikemaster #966680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 39.47%
G = 26.84%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#966680 (or 0x966680) is known color: Strikemaster. HEX triplet: 96, 66 and 80. RGB value is (150,102,128). Sum of RGB (Red+Green+Blue) = 150+102+128=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966680 is #69997F. Grayscale: #777777. Windows color (decimal): -6920576 or 8414870. OLE color: 8414870.

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

Color convert

RGB 150 102 128 -
CMYK 0 0.32 0.15 0.41
HSL 327.5º 0.19% 0.49% -
HSV(B) 327.5º 0.32% 0.59% -
XYZ 21.23 17.55 22.69 -
YUV 119.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 150 102 128 0 0.32 0.15 0.41 327.5 0.19 0.49
Hex 96 66 80 0 20 F 29 148 13 31
Octal 226 146 200 0 40 17 51 510 23 61
Binary 10010110 1100110 10000000 0 100000 1111 101001 101001000 10011 110001

Color Harmonies of #966680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966680

Black with #966680

Text Example


Text Example

White with #966680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966680; }

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

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

background-color css

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

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

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

border-color css

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

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

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