#9E82DF

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

Shades of Medium Purple #9E82DF

Tints of Medium Purple #9E82DF

Color information

#9E82DF (or 0x9E82DF) is unknown color: approx Medium Purple. HEX triplet: 9E, 82 and DF. RGB value is (158,130,223). Sum of RGB (Red+Green+Blue) = 158+130+223=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82DF is #617D20. Grayscale: #949494. Windows color (decimal): -6389025 or 14647966. OLE color: 14647966.

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

Color convert

RGB158130223-
CMYK0.290.4200.13
HSL258.06º59.24%69.22%-
HSV(B)258.06º41.7%87.45%-
XYZ35.428.5673.46-
YUV148.97169.78134.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=30.92%
G=25.44%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581302230.290.4200.13258.0659.2469.22
Hex9E82DF1D2A0D1023b45
Octal236202337355201540273105
Binary10011110100000101101111111101101010011011000000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E82DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,223); }

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

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

 a { background-color: rgb(158,130,223); }

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

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

 span { border-color: rgb(158,130,223); }

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