Html Css Color HEX #9A4584 Medium Red Violet

📋 copy color: '#9A4584'

red 154 ◦ green 69 ◦ blue 132

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

Shades of Medium Red Violet #9A4584

Tints of Medium Red Violet #9A4584

RGB

 RED value IS 154 (60.55% from 255) = 43.38%

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 43.38%
G = 19.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A4584 (or 0x9A4584) is known color: Medium Red Violet. HEX triplet: 9A, 45 and 84. RGB value is (154,69,132). Sum of RGB (Red+Green+Blue) = 154+69+132=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4584 is #65BA7B. Grayscale: #656565. Windows color (decimal): -6666876 or 8668570. OLE color: 8668570.

HSL color Cylindrical-coordinate representation of color #9A4584: hue angle of 315.53º 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 #9A4584 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 69 132 -
CMYK 0 0.55 0.14 0.40
HSL 315.53º 0.38% 0.44% -
HSV(B) 315.53º 0.55% 0.6% -
XYZ 19.62 12.79 23.26 -
YUV 101.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 154 69 132 0 0.55 0.14 0.40 315.53 0.38 0.44
Hex 9A 45 84 0 37 E 28 13C 26 2C
Octal 232 105 204 0 67 16 50 474 46 54
Binary 10011010 1000101 10000100 0 110111 1110 101000 100111100 100110 101100

Color Harmonies of #9A4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4584

Black with #9A4584

Text Example


Text Example

White with #9A4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4584; }

 p { color: rgb(154,69,132); }

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

background-color css

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

 a { background-color: rgb(154,69,132); }

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

border-color css

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

 span { border-color: rgb(154,69,132); }

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