Html Css Color HEX #9877DC Medium Purple

📋 copy color: '#9877DC'

red 152 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #9877DC

Tints of Medium Purple #9877DC

RGB

 RED value IS 152 (59.77% from 255) = 30.96%

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

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

R = 30.96%
G = 24.24%
B = 44.81%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9877DC (or 0x9877DC) is known color: Medium Purple. HEX triplet: 98, 77 and DC. RGB value is (152,119,220). Sum of RGB (Red+Green+Blue) = 152+119+220=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 119 (46.88% from 255 or 24.24% 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 #9877DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DC is #678823. Grayscale: #8C8C8C. Windows color (decimal): -6785060 or 14448536. OLE color: 14448536.

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

Color convert

RGB 152 119 220 -
CMYK 0.31 0.46 0 0.14
HSL 259.6º 0.59% 0.66% -
HSV(B) 259.6º 0.46% 0.86% -
XYZ 32.46 25.04 70.83 -
YUV 140.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 152 119 220 0.31 0.46 0 0.14 259.6 0.59 0.66
Hex 98 77 DC 1F 2E 0 E 104 3B 42
Octal 230 167 334 37 56 0 16 404 73 102
Binary 10011000 1110111 11011100 11111 101110 0 1110 100000100 111011 1000010

Color Harmonies of #9877DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9877DC

Black with #9877DC

Text Example


Text Example

White with #9877DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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