Html Css Color HEX #9E81DB Medium Purple

📋 copy color: '#9E81DB'

red 158 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #9E81DB

Tints of Medium Purple #9E81DB

RGB

 RED value IS 158 (62.11% from 255) = 31.23%

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 31.23%
G = 25.49%
B = 43.28%

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

#9E81DB (or 0x9E81DB) is known color: Medium Purple. HEX triplet: 9E, 81 and DB. RGB value is (158,129,219). Sum of RGB (Red+Green+Blue) = 158+129+219=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81DB is #617E24. Grayscale: #939393. Windows color (decimal): -6389285 or 14385566. OLE color: 14385566.

HSL color Cylindrical-coordinate representation of color #9E81DB: hue angle of 259.33º degrees, saturation: 0.56, 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 #9E81DB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 129 219 -
CMYK 0.28 0.41 0 0.14
HSL 259.33º 0.56% 0.68% -
HSV(B) 259.33º 0.41% 0.86% -
XYZ 34.74 28.08 70.61 -
YUV 147.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 158 129 219 0.28 0.41 0 0.14 259.33 0.56 0.68
Hex 9E 81 DB 1C 29 0 E 103 38 44
Octal 236 201 333 34 51 0 16 403 70 104
Binary 10011110 10000001 11011011 11100 101001 0 1110 100000011 111000 1000100

Color Harmonies of #9E81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E81DB

Black with #9E81DB

Text Example


Text Example

White with #9E81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E81DB;
 }
 .AnyTagClassName
 {
   color: #9E81DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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