Html Css Color HEX #964E78 Strikemaster

📋 copy color: '#964E78'

red 150 ◦ green 78 ◦ blue 120

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

Shades of Strikemaster #964E78

Tints of Strikemaster #964E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 43.1%
G = 22.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#964E78 (or 0x964E78) is known color: Strikemaster. HEX triplet: 96, 4E and 78. RGB value is (150,78,120). Sum of RGB (Red+Green+Blue) = 150+78+120=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #964E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E78 is #69B187. Grayscale: #686868. Windows color (decimal): -6926728 or 7884438. OLE color: 7884438.

HSL color Cylindrical-coordinate representation of color #964E78: hue angle of 325º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E78 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 120 -
CMYK 0 0.48 0.20 0.41
HSL 325º 0.32% 0.45% -
HSV(B) 325º 0.48% 0.59% -
XYZ 18.69 13.29 19.35 -
YUV 104.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 150 78 120 0 0.48 0.20 0.41 325 0.32 0.45
Hex 96 4E 78 0 30 14 29 145 20 2D
Octal 226 116 170 0 60 24 51 505 40 55
Binary 10010110 1001110 1111000 0 110000 10100 101001 101000101 100000 101101

Color Harmonies of #964E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E78

Black with #964E78

Text Example


Text Example

White with #964E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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