Html Css Color HEX #9E81DC Medium Purple

📋 copy color: '#9E81DC'

red 158 ◦ green 129 ◦ blue 220

#9E81DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9E81DC

Tints of Medium Purple #9E81DC

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 value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E81DC (or 0x9E81DC) is known color: 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

RGB 158 129 220 -
CMYK 0.28 0.41 0 0.14
HSL 259.12º 0.57% 0.68% -
HSV(B) 259.12º 0.41% 0.86% -
XYZ 34.87 28.14 71.3 -
YUV 148.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 158 129 220 0.28 0.41 0 0.14 259.12 0.57 0.68
Hex 9E 81 DC 1C 29 0 E 103 39 44
Octal 236 201 334 34 51 0 16 403 71 104
Binary 10011110 10000001 11011100 11100 101001 0 1110 100000011 111001 1000100

Color Harmonies of #9E81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E81DC

Black with #9E81DC

Text Example


Text Example

White with #9E81DC

Text Example


Text Example

HTML Codes & Css Web 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>