#8161DA

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

Shades of Medium Purple #8161DA

Tints of Medium Purple #8161DA

Color information

#8161DA (or 0x8161DA) is unknown color: approx Medium Purple. HEX triplet: 81, 61 and DA. RGB value is (129,97,218). Sum of RGB (Red+Green+Blue) = 129+97+218=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #8161DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161DA is #7E9E25. Grayscale: #777777. Windows color (decimal): -8298022 or 14311809. OLE color: 14311809.

HSL color Cylindrical-coordinate representation of color #8161DA: hue angle of 255.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8161DA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12997218-
CMYK0.410.5600.15
HSL255.87º62.05%61.76%-
HSV(B)255.87º55.5%85.49%-
XYZ25.9818.2868.49-
YUV120.36183.1134.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 97 (38.28% from 255) = 21.85%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=29.05%
G=21.85%
B=49.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal129972180.410.5600.15255.8762.0561.76
Hex8161DA29380F1003e3e
Octal20114133251700174007676
Binary1000000111000011101101010100111100001111100000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8161DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8161DA; }

 p { color: rgb(129,97,218); }

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

<style>
 a { background-color: #8161DA; }

 a { background-color: rgb(129,97,218); }

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

<style>
 span { border-color: #8161DA; }

 span { border-color: rgb(129,97,218); }

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