#9D81DA

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

Shades of Medium Purple #9D81DA

Tints of Medium Purple #9D81DA

Color information

#9D81DA (or 0x9D81DA) is unknown color: approx Medium Purple. HEX triplet: 9D, 81 and DA. RGB value is (157,129,218). Sum of RGB (Red+Green+Blue) = 157+129+218=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81DA is #627E25. Grayscale: #939393. Windows color (decimal): -6454822 or 14320029. OLE color: 14320029.

HSL color Cylindrical-coordinate representation of color #9D81DA: hue angle of 258.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D81DA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157129218-
CMYK0.280.4100.15
HSL258.88º54.6%68.04%-
HSV(B)258.88º40.83%85.49%-
XYZ34.4127.9369.91-
YUV147.52167.78134.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=31.15%
G=25.60%
B=43.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571292180.280.4100.15258.8854.668.04
Hex9D81DA1C290F1033744
Octal235201332345101740367104
Binary10011101100000011101101011100101001011111000000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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