#9A3D81

Color #9A3D81 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9A3D81

Tints of Medium Red Violet #9A3D81

Color information

#9A3D81 (or 0x9A3D81) is unknown color: approx Medium Red Violet. HEX triplet: 9A, 3D and 81. RGB value is (154,61,129). Sum of RGB (Red+Green+Blue) = 154+61+129=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3D81 is #65C27E. Grayscale: #606060. Windows color (decimal): -6668927 or 8469914. OLE color: 8469914.

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

Color convert

RGB15461129-
CMYK00.600.160.40
HSL316.13º43.26%42.16%-
HSV(B)316.13º60.39%60.39%-
XYZ18.9611.7922.05-
YUV96.56146.31168.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=44.77%
G=17.73%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546112900.600.160.40316.1343.2642.16
Hex9A3D8103C102813c2b2a
Octal2327520107420504745352
Binary1001101011110110000001011110010000101000100111100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,61,129); }

 H1.HeaderClassName
 {
   color: #9A3D81;
 }
 .AnyTagClassName
 {
   color: #9A3D81;
 }
</style>
background-color css

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

 a { background-color: rgb(154,61,129); }

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

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

 span { border-color: rgb(154,61,129); }

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