Html Css Color HEX #966889 Strikemaster

📋 copy color: '#966889'

red 150 ◦ green 104 ◦ blue 137

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

Shades of Strikemaster #966889

Tints of Strikemaster #966889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 38.36%
G = 26.6%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#966889 (or 0x966889) is known color: Strikemaster. HEX triplet: 96, 68 and 89. RGB value is (150,104,137). Sum of RGB (Red+Green+Blue) = 150+104+137=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966889 is #699776. Grayscale: #797979. Windows color (decimal): -6920055 or 9005206. OLE color: 9005206.

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

Color convert

RGB 150 104 137 -
CMYK 0 0.31 0.09 0.41
HSL 316.96º 0.18% 0.5% -
HSV(B) 316.96º 0.31% 0.59% -
XYZ 22.04 18.19 26.02 -
YUV 121.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 150 104 137 0 0.31 0.09 0.41 316.96 0.18 0.5
Hex 96 68 89 0 1F 9 29 13D 12 32
Octal 226 150 211 0 37 11 51 475 22 62
Binary 10010110 1101000 10001001 0 11111 1001 101001 100111101 10010 110010

Color Harmonies of #966889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966889

Black with #966889

Text Example


Text Example

White with #966889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966889; }

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

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

background-color css

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

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

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

border-color css

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

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

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