Html Css Color HEX #9E80DB Medium Purple

📋 copy color: '#9E80DB'

red 158 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9E80DB

Tints of Medium Purple #9E80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

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

R = 31.29%
G = 25.35%
B = 43.37%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E80DB (or 0x9E80DB) is known color: Medium Purple. HEX triplet: 9E, 80 and DB. RGB value is (158,128,219). Sum of RGB (Red+Green+Blue) = 158+128+219=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80DB is #617F24. Grayscale: #939393. Windows color (decimal): -6389541 or 14385310. OLE color: 14385310.

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

Color convert

RGB 158 128 219 -
CMYK 0.28 0.42 0 0.14
HSL 259.78º 0.56% 0.68% -
HSV(B) 259.78º 0.42% 0.86% -
XYZ 34.61 27.82 70.56 -
YUV 147.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 158 128 219 0.28 0.42 0 0.14 259.78 0.56 0.68
Hex 9E 80 DB 1C 2A 0 E 104 38 44
Octal 236 200 333 34 52 0 16 404 70 104
Binary 10011110 10000000 11011011 11100 101010 0 1110 100000100 111000 1000100

Color Harmonies of #9E80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E80DB

Black with #9E80DB

Text Example


Text Example

White with #9E80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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