Html Css Color HEX #9D77DC Medium Purple

📋 copy color: '#9D77DC'

red 157 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #9D77DC

Tints of Medium Purple #9D77DC

RGB

 RED value IS 157 (61.72% from 255) = 31.65%

 GREEN value IS 119 (46.88% from 255) = 23.99%

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

R = 31.65%
G = 23.99%
B = 44.35%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D77DC (or 0x9D77DC) is known color: Medium Purple. HEX triplet: 9D, 77 and DC. RGB value is (157,119,220). Sum of RGB (Red+Green+Blue) = 157+119+220=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D77DC is #628823. Grayscale: #8D8D8D. Windows color (decimal): -6457380 or 14448541. OLE color: 14448541.

HSL color Cylindrical-coordinate representation of color #9D77DC: hue angle of 262.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D77DC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 119 220 -
CMYK 0.29 0.46 0 0.14
HSL 262.57º 0.59% 0.66% -
HSV(B) 262.57º 0.46% 0.86% -
XYZ 33.42 25.53 70.88 -
YUV 141.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 157 119 220 0.29 0.46 0 0.14 262.57 0.59 0.66
Hex 9D 77 DC 1D 2E 0 E 107 3B 42
Octal 235 167 334 35 56 0 16 407 73 102
Binary 10011101 1110111 11011100 11101 101110 0 1110 100000111 111011 1000010

Color Harmonies of #9D77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D77DC

Black with #9D77DC

Text Example


Text Example

White with #9D77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,119,220); }

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

background-color css

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

 a { background-color: rgb(157,119,220); }

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

border-color css

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

 span { border-color: rgb(157,119,220); }

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