#9A3D8A

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

Shades of Medium Red Violet #9A3D8A

Tints of Medium Red Violet #9A3D8A

Color information

#9A3D8A (or 0x9A3D8A) is unknown color: approx Medium Red Violet. HEX triplet: 9A, 3D and 8A. RGB value is (154,61,138). Sum of RGB (Red+Green+Blue) = 154+61+138=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3D8A is #65C275. Grayscale: #616161. Windows color (decimal): -6668918 or 9059738. OLE color: 9059738.

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

Color convert

RGB15461138-
CMYK00.600.100.40
HSL310.32º43.26%42.16%-
HSV(B)310.32º60.39%60.39%-
XYZ19.5812.0425.34-
YUV97.58150.81168.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=43.63%
G=17.28%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546113800.600.100.40310.3243.2642.16
Hex9A3D8A03CA281362b2a
Octal2327521207412504665352
Binary100110101111011000101001111001010101000100110110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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