Html Css Color HEX #964A78 Strikemaster

📋 copy color: '#964A78'

red 150 ◦ green 74 ◦ blue 120

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

Shades of Strikemaster #964A78

Tints of Strikemaster #964A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 43.6%
G = 21.51%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#964A78 (or 0x964A78) is known color: Strikemaster. HEX triplet: 96, 4A and 78. RGB value is (150,74,120). Sum of RGB (Red+Green+Blue) = 150+74+120=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A78 is #69B587. Grayscale: #656565. Windows color (decimal): -6927752 or 7883414. OLE color: 7883414.

HSL color Cylindrical-coordinate representation of color #964A78: hue angle of 323.68º 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 #964A78 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 120 -
CMYK 0 0.51 0.20 0.41
HSL 323.68º 0.34% 0.44% -
HSV(B) 323.68º 0.51% 0.59% -
XYZ 18.42 12.74 19.26 -
YUV 101.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 150 74 120 0 0.51 0.20 0.41 323.68 0.34 0.44
Hex 96 4A 78 0 33 14 29 144 22 2C
Octal 226 112 170 0 63 24 51 504 42 54
Binary 10010110 1001010 1111000 0 110011 10100 101001 101000100 100010 101100

Color Harmonies of #964A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A78

Black with #964A78

Text Example


Text Example

White with #964A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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