Html Css Color HEX #964879 Strikemaster

📋 copy color: '#964879'

red 150 ◦ green 72 ◦ blue 121

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

Shades of Strikemaster #964879

Tints of Strikemaster #964879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 43.73%
G = 20.99%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#964879 (or 0x964879) is known color: Strikemaster. HEX triplet: 96, 48 and 79. RGB value is (150,72,121). Sum of RGB (Red+Green+Blue) = 150+72+121=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964879 is #69B786. Grayscale: #646464. Windows color (decimal): -6928263 or 7948438. OLE color: 7948438.

HSL color Cylindrical-coordinate representation of color #964879: hue angle of 322.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964879 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 121 -
CMYK 0 0.52 0.19 0.41
HSL 322.31º 0.35% 0.44% -
HSV(B) 322.31º 0.52% 0.59% -
XYZ 18.35 12.5 19.53 -
YUV 100.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 150 72 121 0 0.52 0.19 0.41 322.31 0.35 0.44
Hex 96 48 79 0 34 13 29 142 23 2C
Octal 226 110 171 0 64 23 51 502 43 54
Binary 10010110 1001000 1111001 0 110100 10011 101001 101000010 100011 101100

Color Harmonies of #964879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964879

Black with #964879

Text Example


Text Example

White with #964879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964879; }

 p { color: rgb(150,72,121); }

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

background-color css

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

 a { background-color: rgb(150,72,121); }

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

border-color css

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

 span { border-color: rgb(150,72,121); }

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