Html Css Color HEX #9978DC Medium Purple

📋 copy color: '#9978DC'

red 153 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #9978DC

Tints of Medium Purple #9978DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.34%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 31.03%
G = 24.34%
B = 44.62%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9978DC (or 0x9978DC) is known color: Medium Purple. HEX triplet: 99, 78 and DC. RGB value is (153,120,220). Sum of RGB (Red+Green+Blue) = 153+120+220=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9978DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978DC is #668723. Grayscale: #8C8C8C. Windows color (decimal): -6719268 or 14448793. OLE color: 14448793.

HSL color Cylindrical-coordinate representation of color #9978DC: hue angle of 259.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9978DC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 120 220 -
CMYK 0.30 0.45 0 0.14
HSL 259.8º 0.59% 0.67% -
HSV(B) 259.8º 0.45% 0.86% -
XYZ 32.77 25.37 70.88 -
YUV 141.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 153 120 220 0.30 0.45 0 0.14 259.8 0.59 0.67
Hex 99 78 DC 1E 2D 0 E 104 3B 43
Octal 231 170 334 36 55 0 16 404 73 103
Binary 10011001 1111000 11011100 11110 101101 0 1110 100000100 111011 1000011

Color Harmonies of #9978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978DC

Black with #9978DC

Text Example


Text Example

White with #9978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9978DC; }

 p { color: rgb(153,120,220); }

 H1.HeaderClassName
 {
   color: #9978DC;
 }
 .AnyTagClassName
 {
   color: #9978DC;
 }
</style>

background-color css

<style>
 a { background-color: #9978DC; }

 a { background-color: rgb(153,120,220); }

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

border-color css

<style>
 span { border-color: #9978DC; }

 span { border-color: rgb(153,120,220); }

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