#8160D4

Color #8160D4 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8160D4

Tints of Medium Purple #8160D4

Color information

#8160D4 (or 0x8160D4) is unknown color: approx Medium Purple. HEX triplet: 81, 60 and D4. RGB value is (129,96,212). Sum of RGB (Red+Green+Blue) = 129+96+212=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #8160D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160D4 is #7E9F2B. Grayscale: #767676. Windows color (decimal): -8298284 or 13918337. OLE color: 13918337.

HSL color Cylindrical-coordinate representation of color #8160D4: hue angle of 257.07º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8160D4 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12996212-
CMYK0.390.5500.17
HSL257.07º57.43%60.39%-
HSV(B)257.07º54.72%83.14%-
XYZ25.1217.7964.4-
YUV119.09180.43135.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 212 (83.20% from 255) = 48.51%
R=29.52%
G=21.97%
B=48.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal129962120.390.5500.17257.0757.4360.39
Hex8160D42737011101393c
Octal20114032447670214017174
Binary10000001110000011010100100111110111010001100000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8160D4; }

 p { color: rgb(129,96,212); }

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

<style>
 a { background-color: #8160D4; }

 a { background-color: rgb(129,96,212); }

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

<style>
 span { border-color: #8160D4; }

 span { border-color: rgb(129,96,212); }

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