Html Css Color HEX #9A3B7F Medium Red Violet

📋 copy color: '#9A3B7F'

red 154 ◦ green 59 ◦ blue 127

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

Shades of Medium Red Violet #9A3B7F

Tints of Medium Red Violet #9A3B7F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 45.29%
G = 17.35%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A3B7F (or 0x9A3B7F) is known color: Medium Red Violet. HEX triplet: 9A, 3B and 7F. RGB value is (154,59,127). Sum of RGB (Red+Green+Blue) = 154+59+127=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3B7F is #65C480. Grayscale: #5E5E5E. Windows color (decimal): -6669441 or 8338330. OLE color: 8338330.

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

Color convert

RGB 154 59 127 -
CMYK 0 0.62 0.18 0.40
HSL 317.05º 0.45% 0.42% -
HSV(B) 317.05º 0.62% 0.6% -
XYZ 18.72 11.53 21.32 -
YUV 95.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 154 59 127 0 0.62 0.18 0.40 317.05 0.45 0.42
Hex 9A 3B 7F 0 3E 12 28 13D 2D 2A
Octal 232 73 177 0 76 22 50 475 55 52
Binary 10011010 111011 1111111 0 111110 10010 101000 100111101 101101 101010

Color Harmonies of #9A3B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3B7F

Black with #9A3B7F

Text Example


Text Example

White with #9A3B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,59,127); }

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

background-color css

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

 a { background-color: rgb(154,59,127); }

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

border-color css

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

 span { border-color: rgb(154,59,127); }

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