Html Css Color HEX #994C7C Strikemaster

📋 copy color: '#994C7C'

red 153 ◦ green 76 ◦ blue 124

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

Shades of Strikemaster #994C7C

Tints of Strikemaster #994C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 43.34%
G = 21.53%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#994C7C (or 0x994C7C) is known color: Strikemaster. HEX triplet: 99, 4C and 7C. RGB value is (153,76,124). Sum of RGB (Red+Green+Blue) = 153+76+124=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C7C is #66B383. Grayscale: #686868. Windows color (decimal): -6730628 or 8146073. OLE color: 8146073.

HSL color Cylindrical-coordinate representation of color #994C7C: hue angle of 322.6º 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 #994C7C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 124 -
CMYK 0 0.50 0.19 0.4
HSL 322.6º 0.34% 0.45% -
HSV(B) 322.6º 0.5% 0.6% -
XYZ 19.36 13.4 20.63 -
YUV 104.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 153 76 124 0 0.50 0.19 0.4 322.6 0.34 0.45
Hex 99 4C 7C 0 32 13 28 143 22 2D
Octal 231 114 174 0 62 23 50 503 42 55
Binary 10011001 1001100 1111100 0 110010 10011 101000 101000011 100010 101101

Color Harmonies of #994C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C7C

Black with #994C7C

Text Example


Text Example

White with #994C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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