Html Css Color HEX #9880DB Medium Purple

📋 copy color: '#9880DB'

red 152 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9880DB

Tints of Medium Purple #9880DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 30.46%
G = 25.65%
B = 43.89%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9880DB (or 0x9880DB) is known color: Medium Purple. HEX triplet: 98, 80 and DB. RGB value is (152,128,219). Sum of RGB (Red+Green+Blue) = 152+128+219=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9880DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880DB is #677F24. Grayscale: #919191. Windows color (decimal): -6782757 or 14385304. OLE color: 14385304.

HSL color Cylindrical-coordinate representation of color #9880DB: hue angle of 255.82º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9880DB is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 128 219 -
CMYK 0.31 0.42 0 0.14
HSL 255.82º 0.56% 0.68% -
HSV(B) 255.82º 0.42% 0.86% -
XYZ 33.45 27.23 70.51 -
YUV 145.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 152 128 219 0.31 0.42 0 0.14 255.82 0.56 0.68
Hex 98 80 DB 1F 2A 0 E 100 38 44
Octal 230 200 333 37 52 0 16 400 70 104
Binary 10011000 10000000 11011011 11111 101010 0 1110 100000000 111000 1000100

Color Harmonies of #9880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880DB

Black with #9880DB

Text Example


Text Example

White with #9880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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