Html Css Color HEX #966689 Strikemaster

📋 copy color: '#966689'

red 150 ◦ green 102 ◦ blue 137

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

Shades of Strikemaster #966689

Tints of Strikemaster #966689

RGB

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

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

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

R = 38.56%
G = 26.22%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#966689 (or 0x966689) is known color: Strikemaster. HEX triplet: 96, 66 and 89. RGB value is (150,102,137). Sum of RGB (Red+Green+Blue) = 150+102+137=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #966689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966689 is #699976. Grayscale: #787878. Windows color (decimal): -6920567 or 9004694. OLE color: 9004694.

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

Color convert

RGB 150 102 137 -
CMYK 0 0.32 0.09 0.41
HSL 316.25º 0.19% 0.49% -
HSV(B) 316.25º 0.32% 0.59% -
XYZ 21.84 17.79 25.95 -
YUV 120.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 150 102 137 0 0.32 0.09 0.41 316.25 0.19 0.49
Hex 96 66 89 0 20 9 29 13C 13 31
Octal 226 146 211 0 40 11 51 474 23 61
Binary 10010110 1100110 10001001 0 100000 1001 101001 100111100 10011 110001

Color Harmonies of #966689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966689

Black with #966689

Text Example


Text Example

White with #966689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966689; }

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

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

background-color css

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

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

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

border-color css

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

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

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