#9D80EE

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

Shades of Medium Purple #9D80EE

Tints of Medium Purple #9D80EE

Color information

#9D80EE (or 0x9D80EE) is unknown color: approx Medium Purple. HEX triplet: 9D, 80 and EE. RGB value is (157,128,238). Sum of RGB (Red+Green+Blue) = 157+128+238=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D80EE is #627F11. Grayscale: #949494. Windows color (decimal): -6455058 or 15630493. OLE color: 15630493.

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

Color convert

RGB157128238-
CMYK0.340.4600.07
HSL255.82º76.39%71.76%-
HSV(B)255.82º46.22%93.33%-
XYZ37.0628.7884.49-
YUV149.21178.11133.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=30.02%
G=24.47%
B=45.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571282380.340.4600.07255.8276.3971.76
Hex9D80EE222E071004c48
Octal235200356425607400114110
Binary100111011000000011101110100010101110011110000000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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