Html Css Color HEX #994480 Medium Red Violet

📋 copy color: '#994480'

red 153 ◦ green 68 ◦ blue 128

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

Shades of Medium Red Violet #994480

Tints of Medium Red Violet #994480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

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

R = 43.84%
G = 19.48%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994480 (or 0x994480) is known color: Medium Red Violet. HEX triplet: 99, 44 and 80. RGB value is (153,68,128). Sum of RGB (Red+Green+Blue) = 153+68+128=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994480 is #66BB7F. Grayscale: #646464. Windows color (decimal): -6732672 or 8406169. OLE color: 8406169.

HSL color Cylindrical-coordinate representation of color #994480: hue angle of 317.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994480 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 128 -
CMYK 0 0.56 0.16 0.4
HSL 317.65º 0.38% 0.43% -
HSV(B) 317.65º 0.56% 0.6% -
XYZ 19.1 12.47 21.82 -
YUV 100.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 153 68 128 0 0.56 0.16 0.4 317.65 0.38 0.43
Hex 99 44 80 0 38 10 28 13E 26 2B
Octal 231 104 200 0 70 20 50 476 46 53
Binary 10011001 1000100 10000000 0 111000 10000 101000 100111110 100110 101011

Color Harmonies of #994480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994480

Black with #994480

Text Example


Text Example

White with #994480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994480; }

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

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

background-color css

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

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

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

border-color css

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

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

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