#9A3F7F

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

Shades of Medium Red Violet #9A3F7F

Tints of Medium Red Violet #9A3F7F

Color information

#9A3F7F (or 0x9A3F7F) is unknown color: approx Medium Red Violet. HEX triplet: 9A, 3F and 7F. RGB value is (154,63,127). Sum of RGB (Red+Green+Blue) = 154+63+127=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3F7F is #65C080. Grayscale: #616161. Windows color (decimal): -6668417 or 8339354. OLE color: 8339354.

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

Color convert

RGB15463127-
CMYK00.590.180.40
HSL317.8º41.94%42.55%-
HSV(B)317.8º59.09%60.39%-
XYZ18.9311.9621.39-
YUV97.5144.65168.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 127 (50% from 255) = 36.92%
R=44.77%
G=18.31%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546312700.590.180.40317.841.9442.55
Hex9A3F7F03B122813e2a2b
Octal2327717707322504765253
Binary100110101111111111111011101110010101000100111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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