Html Css Color HEX #9980EC Medium Purple

📋 copy color: '#9980EC'

red 153 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #9980EC

Tints of Medium Purple #9980EC

RGB

 RED value IS 153 (60.16% from 255) = 29.59%

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 29.59%
G = 24.76%
B = 45.65%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9980EC (or 0x9980EC) is known color: Medium Purple. HEX triplet: 99, 80 and EC. RGB value is (153,128,236). Sum of RGB (Red+Green+Blue) = 153+128+236=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9980EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980EC is #667F13. Grayscale: #939393. Windows color (decimal): -6717204 or 15499417. OLE color: 15499417.

HSL color Cylindrical-coordinate representation of color #9980EC: hue angle of 253.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9980EC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 128 236 -
CMYK 0.35 0.46 0 0.07
HSL 253.89º 0.74% 0.71% -
HSV(B) 253.89º 0.46% 0.93% -
XYZ 36 28.27 82.92 -
YUV 147.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 153 128 236 0.35 0.46 0 0.07 253.89 0.74 0.71
Hex 99 80 EC 23 2E 0 7 FE 4A 47
Octal 231 200 354 43 56 0 7 376 112 107
Binary 10011001 10000000 11101100 100011 101110 0 111 11111110 1001010 1000111

Color Harmonies of #9980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980EC

Black with #9980EC

Text Example


Text Example

White with #9980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9980EC; }

 p { color: rgb(153,128,236); }

 H1.HeaderClassName
 {
   color: #9980EC;
 }
 .AnyTagClassName
 {
   color: #9980EC;
 }
</style>

background-color css

<style>
 a { background-color: #9980EC; }

 a { background-color: rgb(153,128,236); }

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

border-color css

<style>
 span { border-color: #9980EC; }

 span { border-color: rgb(153,128,236); }

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