#9D82EE

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

Shades of Medium Purple #9D82EE

Tints of Medium Purple #9D82EE

Color information

#9D82EE (or 0x9D82EE) is unknown color: approx Medium Purple. HEX triplet: 9D, 82 and EE. RGB value is (157,130,238). Sum of RGB (Red+Green+Blue) = 157+130+238=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D82EE is #627D11. Grayscale: #959595. Windows color (decimal): -6454546 or 15631005. OLE color: 15631005.

HSL color Cylindrical-coordinate representation of color #9D82EE: hue angle of 255º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D82EE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157130238-
CMYK0.340.4500.07
HSL255º76.06%72.16%-
HSV(B)255º45.38%93.33%-
XYZ37.3229.3184.58-
YUV150.38177.45132.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=29.90%
G=24.76%
B=45.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571302380.340.4500.0725576.0672.16
Hex9D82EE222D07ff4c48
Octal235202356425507377114110
Binary10011101100000101110111010001010110101111111111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,238); }

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

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

 a { background-color: rgb(157,130,238); }

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

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

 span { border-color: rgb(157,130,238); }

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