Html Css Color HEX #994C86 Strikemaster

📋 copy color: '#994C86'

red 153 ◦ green 76 ◦ blue 134

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

Shades of Strikemaster #994C86

Tints of Strikemaster #994C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 42.15%
G = 20.94%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#994C86 (or 0x994C86) is known color: Strikemaster. HEX triplet: 99, 4C and 86. RGB value is (153,76,134). Sum of RGB (Red+Green+Blue) = 153+76+134=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #994C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C86 is #66B379. Grayscale: #696969. Windows color (decimal): -6730618 or 8801433. OLE color: 8801433.

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

Color convert

RGB 153 76 134 -
CMYK 0 0.50 0.12 0.4
HSL 314.81º 0.34% 0.45% -
HSV(B) 314.81º 0.5% 0.6% -
XYZ 20.02 13.66 24.14 -
YUV 105.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 153 76 134 0 0.50 0.12 0.4 314.81 0.34 0.45
Hex 99 4C 86 0 32 C 28 13B 22 2D
Octal 231 114 206 0 62 14 50 473 42 55
Binary 10011001 1001100 10000110 0 110010 1100 101000 100111011 100010 101101

Color Harmonies of #994C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C86

Black with #994C86

Text Example


Text Example

White with #994C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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