Html Css Color HEX #9877DD Medium Purple

📋 copy color: '#9877DD'

red 152 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #9877DD

Tints of Medium Purple #9877DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 30.89%
G = 24.19%
B = 44.92%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9877DD (or 0x9877DD) is known color: Medium Purple. HEX triplet: 98, 77 and DD. RGB value is (152,119,221). Sum of RGB (Red+Green+Blue) = 152+119+221=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9877DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DD is #678822. Grayscale: #8C8C8C. Windows color (decimal): -6785059 or 14514072. OLE color: 14514072.

HSL color Cylindrical-coordinate representation of color #9877DD: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9877DD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 119 221 -
CMYK 0.31 0.46 0 0.13
HSL 259.41º 0.6% 0.67% -
HSV(B) 259.41º 0.46% 0.87% -
XYZ 32.6 25.09 71.53 -
YUV 140.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 152 119 221 0.31 0.46 0 0.13 259.41 0.6 0.67
Hex 98 77 DD 1F 2E 0 D 103 3C 43
Octal 230 167 335 37 56 0 15 403 74 103
Binary 10011000 1110111 11011101 11111 101110 0 1101 100000011 111100 1000011

Color Harmonies of #9877DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9877DD

Black with #9877DD

Text Example


Text Example

White with #9877DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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