Html Css Color HEX #994E86 Strikemaster

📋 copy color: '#994E86'

red 153 ◦ green 78 ◦ blue 134

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

Shades of Strikemaster #994E86

Tints of Strikemaster #994E86

RGB

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

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

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

R = 41.92%
G = 21.37%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#994E86 (or 0x994E86) is known color: Strikemaster. HEX triplet: 99, 4E and 86. RGB value is (153,78,134). Sum of RGB (Red+Green+Blue) = 153+78+134=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E86 is #66B179. Grayscale: #6A6A6A. Windows color (decimal): -6730106 or 8801945. OLE color: 8801945.

HSL color Cylindrical-coordinate representation of color #994E86: hue angle of 315.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E86 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 134 -
CMYK 0 0.49 0.12 0.4
HSL 315.2º 0.32% 0.45% -
HSV(B) 315.2º 0.49% 0.6% -
XYZ 20.16 13.94 24.18 -
YUV 106.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 153 78 134 0 0.49 0.12 0.4 315.2 0.32 0.45
Hex 99 4E 86 0 31 C 28 13B 20 2D
Octal 231 116 206 0 61 14 50 473 40 55
Binary 10011001 1001110 10000110 0 110001 1100 101000 100111011 100000 101101

Color Harmonies of #994E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E86

Black with #994E86

Text Example


Text Example

White with #994E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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