Html Css Color HEX #964780 Strikemaster

📋 copy color: '#964780'

red 150 ◦ green 71 ◦ blue 128

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

Shades of Strikemaster #964780

Tints of Strikemaster #964780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 42.98%
G = 20.34%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#964780 (or 0x964780) is known color: Strikemaster. HEX triplet: 96, 47 and 80. RGB value is (150,71,128). Sum of RGB (Red+Green+Blue) = 150+71+128=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #964780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964780 is #69B87F. Grayscale: #646464. Windows color (decimal): -6928512 or 8406934. OLE color: 8406934.

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

Color convert

RGB 150 71 128 -
CMYK 0 0.53 0.15 0.41
HSL 316.71º 0.36% 0.43% -
HSV(B) 316.71º 0.53% 0.59% -
XYZ 18.73 12.55 21.86 -
YUV 101.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 150 71 128 0 0.53 0.15 0.41 316.71 0.36 0.43
Hex 96 47 80 0 35 F 29 13D 24 2B
Octal 226 107 200 0 65 17 51 475 44 53
Binary 10010110 1000111 10000000 0 110101 1111 101001 100111101 100100 101011

Color Harmonies of #964780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964780

Black with #964780

Text Example


Text Example

White with #964780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964780; }

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

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

background-color css

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

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

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

border-color css

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

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

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