Html Css Color HEX #964A80 Strikemaster

📋 copy color: '#964A80'

red 150 ◦ green 74 ◦ blue 128

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

Shades of Strikemaster #964A80

Tints of Strikemaster #964A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

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

R = 42.61%
G = 21.02%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#964A80 (or 0x964A80) is known color: Strikemaster. HEX triplet: 96, 4A and 80. RGB value is (150,74,128). Sum of RGB (Red+Green+Blue) = 150+74+128=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A80 is #69B57F. Grayscale: #666666. Windows color (decimal): -6927744 or 8407702. OLE color: 8407702.

HSL color Cylindrical-coordinate representation of color #964A80: hue angle of 317.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A80 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 128 -
CMYK 0 0.51 0.15 0.41
HSL 317.37º 0.34% 0.44% -
HSV(B) 317.37º 0.51% 0.59% -
XYZ 18.92 12.94 21.92 -
YUV 102.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 150 74 128 0 0.51 0.15 0.41 317.37 0.34 0.44
Hex 96 4A 80 0 33 F 29 13D 22 2C
Octal 226 112 200 0 63 17 51 475 42 54
Binary 10010110 1001010 10000000 0 110011 1111 101001 100111101 100010 101100

Color Harmonies of #964A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A80

Black with #964A80

Text Example


Text Example

White with #964A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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