Html Css Color HEX #9778DC Medium Purple

📋 copy color: '#9778DC'

red 151 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #9778DC

Tints of Medium Purple #9778DC

RGB

 RED value IS 151 (59.38% from 255) = 30.75%

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

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

R = 30.75%
G = 24.44%
B = 44.81%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9778DC (or 0x9778DC) is known color: Medium Purple. HEX triplet: 97, 78 and DC. RGB value is (151,120,220). Sum of RGB (Red+Green+Blue) = 151+120+220=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #9778DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778DC is #688723. Grayscale: #8C8C8C. Windows color (decimal): -6850340 or 14448791. OLE color: 14448791.

HSL color Cylindrical-coordinate representation of color #9778DC: hue angle of 258.6º 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 #9778DC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 120 220 -
CMYK 0.31 0.45 0 0.14
HSL 258.6º 0.59% 0.67% -
HSV(B) 258.6º 0.45% 0.86% -
XYZ 32.4 25.18 70.86 -
YUV 140.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 151 120 220 0.31 0.45 0 0.14 258.6 0.59 0.67
Hex 97 78 DC 1F 2D 0 E 103 3B 43
Octal 227 170 334 37 55 0 16 403 73 103
Binary 10010111 1111000 11011100 11111 101101 0 1110 100000011 111011 1000011

Color Harmonies of #9778DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9778DC

Black with #9778DC

Text Example


Text Example

White with #9778DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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