Html Css Color HEX #994089 Medium Red Violet

📋 copy color: '#994089'

red 153 ◦ green 64 ◦ blue 137

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

Shades of Medium Red Violet #994089

Tints of Medium Red Violet #994089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 43.22%
G = 18.08%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#994089 (or 0x994089) is known color: Medium Red Violet. HEX triplet: 99, 40 and 89. RGB value is (153,64,137). Sum of RGB (Red+Green+Blue) = 153+64+137=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994089 is #66BF76. Grayscale: #626262. Windows color (decimal): -6733687 or 8994969. OLE color: 8994969.

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

Color convert

RGB 153 64 137 -
CMYK 0 0.58 0.10 0.4
HSL 310.79º 0.41% 0.43% -
HSV(B) 310.79º 0.58% 0.6% -
XYZ 19.49 12.25 25 -
YUV 98.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 153 64 137 0 0.58 0.10 0.4 310.79 0.41 0.43
Hex 99 40 89 0 3A A 28 137 29 2B
Octal 231 100 211 0 72 12 50 467 51 53
Binary 10011001 1000000 10001001 0 111010 1010 101000 100110111 101001 101011

Color Harmonies of #994089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994089

Black with #994089

Text Example


Text Example

White with #994089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994089; }

 p { color: rgb(153,64,137); }

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

background-color css

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

 a { background-color: rgb(153,64,137); }

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

border-color css

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

 span { border-color: rgb(153,64,137); }

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