Html Css Color HEX #994C80 Strikemaster

📋 copy color: '#994C80'

red 153 ◦ green 76 ◦ blue 128

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

Shades of Strikemaster #994C80

Tints of Strikemaster #994C80

RGB

 RED value IS 153 (60.16% from 255) = 42.86%

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 42.86%
G = 21.29%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994C80 (or 0x994C80) is known color: Strikemaster. HEX triplet: 99, 4C and 80. RGB value is (153,76,128). Sum of RGB (Red+Green+Blue) = 153+76+128=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C80 is #66B37F. Grayscale: #686868. Windows color (decimal): -6730624 or 8408217. OLE color: 8408217.

HSL color Cylindrical-coordinate representation of color #994C80: hue angle of 319.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C80 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 128 -
CMYK 0 0.50 0.16 0.4
HSL 319.48º 0.34% 0.45% -
HSV(B) 319.48º 0.5% 0.6% -
XYZ 19.62 13.5 21.99 -
YUV 104.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 153 76 128 0 0.50 0.16 0.4 319.48 0.34 0.45
Hex 99 4C 80 0 32 10 28 13F 22 2D
Octal 231 114 200 0 62 20 50 477 42 55
Binary 10011001 1001100 10000000 0 110010 10000 101000 100111111 100010 101101

Color Harmonies of #994C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C80

Black with #994C80

Text Example


Text Example

White with #994C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C80; }

 p { color: rgb(153,76,128); }

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

background-color css

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

 a { background-color: rgb(153,76,128); }

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

border-color css

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

 span { border-color: rgb(153,76,128); }

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