Html Css Color HEX #966389 Strikemaster

📋 copy color: '#966389'

red 150 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #966389

Tints of Strikemaster #966389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 38.86%
G = 25.65%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#966389 (or 0x966389) is known color: Strikemaster. HEX triplet: 96, 63 and 89. RGB value is (150,99,137). Sum of RGB (Red+Green+Blue) = 150+99+137=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966389 is #699C76. Grayscale: #767676. Windows color (decimal): -6921335 or 9003926. OLE color: 9003926.

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

Color convert

RGB 150 99 137 -
CMYK 0 0.34 0.09 0.41
HSL 315.29º 0.2% 0.49% -
HSV(B) 315.29º 0.34% 0.59% -
XYZ 21.55 17.21 25.85 -
YUV 118.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 150 99 137 0 0.34 0.09 0.41 315.29 0.2 0.49
Hex 96 63 89 0 22 9 29 13B 14 31
Octal 226 143 211 0 42 11 51 473 24 61
Binary 10010110 1100011 10001001 0 100010 1001 101001 100111011 10100 110001

Color Harmonies of #966389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966389

Black with #966389

Text Example


Text Example

White with #966389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966389; }

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

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

background-color css

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

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

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

border-color css

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

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

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