Html Css Color HEX #994581 Medium Red Violet

📋 copy color: '#994581'

red 153 ◦ green 69 ◦ blue 129

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

Shades of Medium Red Violet #994581

Tints of Medium Red Violet #994581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 43.59%
G = 19.66%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994581 (or 0x994581) is known color: Medium Red Violet. HEX triplet: 99, 45 and 81. RGB value is (153,69,129). Sum of RGB (Red+Green+Blue) = 153+69+129=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #994581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994581 is #66BA7E. Grayscale: #646464. Windows color (decimal): -6732415 or 8471961. OLE color: 8471961.

HSL color Cylindrical-coordinate representation of color #994581: hue angle of 317.14º 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 #994581 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 129 -
CMYK 0 0.55 0.16 0.4
HSL 317.14º 0.38% 0.44% -
HSV(B) 317.14º 0.55% 0.6% -
XYZ 19.23 12.61 22.19 -
YUV 100.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 153 69 129 0 0.55 0.16 0.4 317.14 0.38 0.44
Hex 99 45 81 0 37 10 28 13D 26 2C
Octal 231 105 201 0 67 20 50 475 46 54
Binary 10011001 1000101 10000001 0 110111 10000 101000 100111101 100110 101100

Color Harmonies of #994581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994581

Black with #994581

Text Example


Text Example

White with #994581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994581; }

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

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

background-color css

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

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

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

border-color css

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

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

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