#9D84DE

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

Shades of Medium Purple #9D84DE

Tints of Medium Purple #9D84DE

Color information

#9D84DE (or 0x9D84DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 84 and DE. RGB value is (157,132,222). Sum of RGB (Red+Green+Blue) = 157+132+222=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D84DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84DE is #627B21. Grayscale: #959595. Windows color (decimal): -6454050 or 14582941. OLE color: 14582941.

HSL color Cylindrical-coordinate representation of color #9D84DE: hue angle of 256.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D84DE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157132222-
CMYK0.290.4100.13
HSL256.67º57.69%69.41%-
HSV(B)256.67º40.54%87.06%-
XYZ35.3428.9472.83-
YUV149.73168.78133.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=30.72%
G=25.83%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571322220.290.4100.13256.6757.6969.41
Hex9D84DE1D290D1013a45
Octal235204336355101540172105
Binary10011101100001001101111011101101001011011000000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,222); }

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

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

 a { background-color: rgb(157,132,222); }

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

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

 span { border-color: rgb(157,132,222); }

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