Html Css Color HEX #994583 Medium Red Violet

📋 copy color: '#994583'

red 153 ◦ green 69 ◦ blue 131

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

Shades of Medium Red Violet #994583

Tints of Medium Red Violet #994583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 43.34%
G = 19.55%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#994583 (or 0x994583) is known color: Medium Red Violet. HEX triplet: 99, 45 and 83. RGB value is (153,69,131). Sum of RGB (Red+Green+Blue) = 153+69+131=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994583 is #66BA7C. Grayscale: #656565. Windows color (decimal): -6732413 or 8603033. OLE color: 8603033.

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

Color convert

RGB 153 69 131 -
CMYK 0 0.55 0.14 0.4
HSL 315.71º 0.38% 0.44% -
HSV(B) 315.71º 0.55% 0.6% -
XYZ 19.36 12.67 22.9 -
YUV 101.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 153 69 131 0 0.55 0.14 0.4 315.71 0.38 0.44
Hex 99 45 83 0 37 E 28 13C 26 2C
Octal 231 105 203 0 67 16 50 474 46 54
Binary 10011001 1000101 10000011 0 110111 1110 101000 100111100 100110 101100

Color Harmonies of #994583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994583

Black with #994583

Text Example


Text Example

White with #994583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994583; }

 p { color: rgb(153,69,131); }

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

background-color css

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

 a { background-color: rgb(153,69,131); }

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

border-color css

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

 span { border-color: rgb(153,69,131); }

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