Html Css Color HEX #9A447E Medium Red Violet

📋 copy color: '#9A447E'

red 154 ◦ green 68 ◦ blue 126

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

Shades of Medium Red Violet #9A447E

Tints of Medium Red Violet #9A447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 44.25%
G = 19.54%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A447E (or 0x9A447E) is known color: Medium Red Violet. HEX triplet: 9A, 44 and 7E. RGB value is (154,68,126). Sum of RGB (Red+Green+Blue) = 154+68+126=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A447E is #65BB81. Grayscale: #646464. Windows color (decimal): -6667138 or 8275098. OLE color: 8275098.

HSL color Cylindrical-coordinate representation of color #9A447E: hue angle of 319.53º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A447E is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 68 126 -
CMYK 0 0.56 0.18 0.40
HSL 319.53º 0.39% 0.44% -
HSV(B) 319.53º 0.56% 0.6% -
XYZ 19.16 12.51 21.14 -
YUV 100.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 154 68 126 0 0.56 0.18 0.40 319.53 0.39 0.44
Hex 9A 44 7E 0 38 12 28 140 27 2C
Octal 232 104 176 0 70 22 50 500 47 54
Binary 10011010 1000100 1111110 0 111000 10010 101000 101000000 100111 101100

Color Harmonies of #9A447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A447E

Black with #9A447E

Text Example


Text Example

White with #9A447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,68,126); }

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

background-color css

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

 a { background-color: rgb(154,68,126); }

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

border-color css

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

 span { border-color: rgb(154,68,126); }

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