Html Css Color HEX #966884 Strikemaster

📋 copy color: '#966884'

red 150 ◦ green 104 ◦ blue 132

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

Shades of Strikemaster #966884

Tints of Strikemaster #966884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 38.86%
G = 26.94%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#966884 (or 0x966884) is known color: Strikemaster. HEX triplet: 96, 68 and 84. RGB value is (150,104,132). Sum of RGB (Red+Green+Blue) = 150+104+132=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966884 is #69977B. Grayscale: #787878. Windows color (decimal): -6920060 or 8677526. OLE color: 8677526.

HSL color Cylindrical-coordinate representation of color #966884: hue angle of 323.48º degrees, saturation: 0.18, 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 #966884 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 132 -
CMYK 0 0.31 0.12 0.41
HSL 323.48º 0.18% 0.5% -
HSV(B) 323.48º 0.31% 0.59% -
XYZ 21.69 18.05 24.17 -
YUV 120.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 150 104 132 0 0.31 0.12 0.41 323.48 0.18 0.5
Hex 96 68 84 0 1F C 29 143 12 32
Octal 226 150 204 0 37 14 51 503 22 62
Binary 10010110 1101000 10000100 0 11111 1100 101001 101000011 10010 110010

Color Harmonies of #966884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966884

Black with #966884

Text Example


Text Example

White with #966884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966884; }

 p { color: rgb(150,104,132); }

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

background-color css

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

 a { background-color: rgb(150,104,132); }

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

border-color css

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

 span { border-color: rgb(150,104,132); }

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