#9E81DC

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

Shades of Medium Purple #9E81DC

Tints of Medium Purple #9E81DC

Color information

#9E81DC (or 0x9E81DC) is unknown color: approx Medium Purple. HEX triplet: 9E, 81 and DC. RGB value is (158,129,220). Sum of RGB (Red+Green+Blue) = 158+129+220=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81DC is #617E23. Grayscale: #939393. Windows color (decimal): -6389284 or 14451102. OLE color: 14451102.

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

Color convert

RGB158129220-
CMYK0.280.4100.14
HSL259.12º56.52%68.43%-
HSV(B)259.12º41.36%86.27%-
XYZ34.8728.1471.3-
YUV148.05168.61135.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=31.16%
G=25.44%
B=43.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581292200.280.4100.14259.1256.5268.43
Hex9E81DC1C290E1033944
Octal236201334345101640371104
Binary10011110100000011101110011100101001011101000000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,220); }

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

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

 a { background-color: rgb(158,129,220); }

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

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

 span { border-color: rgb(158,129,220); }

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