Html Css Color HEX #9880D1 Medium Purple

📋 copy color: '#9880D1'

red 152 ◦ green 128 ◦ blue 209

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

Shades of Medium Purple #9880D1

Tints of Medium Purple #9880D1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

 BLUE value IS 209 (82.03% from 255) = 42.74%

R = 31.08%
G = 26.18%
B = 42.74%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9880D1 (or 0x9880D1) is known color: Medium Purple. HEX triplet: 98, 80 and D1. RGB value is (152,128,209). Sum of RGB (Red+Green+Blue) = 152+128+209=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #9880D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880D1 is #677F2E. Grayscale: #909090. Windows color (decimal): -6782767 or 13729944. OLE color: 13729944.

HSL color Cylindrical-coordinate representation of color #9880D1: hue angle of 257.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9880D1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 128 209 -
CMYK 0.27 0.39 0 0.18
HSL 257.78º 0.47% 0.66% -
HSV(B) 257.78º 0.39% 0.82% -
XYZ 32.18 26.72 63.78 -
YUV 144.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 152 128 209 0.27 0.39 0 0.18 257.78 0.47 0.66
Hex 98 80 D1 1B 27 0 12 102 2F 42
Octal 230 200 321 33 47 0 22 402 57 102
Binary 10011000 10000000 11010001 11011 100111 0 10010 100000010 101111 1000010

Color Harmonies of #9880D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880D1

Black with #9880D1

Text Example


Text Example

White with #9880D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880D1; }

 p { color: rgb(152,128,209); }

 H1.HeaderClassName
 {
   color: #9880D1;
 }
 .AnyTagClassName
 {
   color: #9880D1;
 }
</style>

background-color css

<style>
 a { background-color: #9880D1; }

 a { background-color: rgb(152,128,209); }

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

border-color css

<style>
 span { border-color: #9880D1; }

 span { border-color: rgb(152,128,209); }

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