Html Css Color HEX #9880DE Medium Purple

📋 copy color: '#9880DE'

red 152 ◦ green 128 ◦ blue 222

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

Shades of Medium Purple #9880DE

Tints of Medium Purple #9880DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 30.28%
G = 25.5%
B = 44.22%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9880DE (or 0x9880DE) is known color: Medium Purple. HEX triplet: 98, 80 and DE. RGB value is (152,128,222). Sum of RGB (Red+Green+Blue) = 152+128+222=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #9880DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880DE is #677F21. Grayscale: #919191. Windows color (decimal): -6782754 or 14581912. OLE color: 14581912.

HSL color Cylindrical-coordinate representation of color #9880DE: hue angle of 255.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9880DE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 128 222 -
CMYK 0.32 0.42 0 0.13
HSL 255.32º 0.59% 0.69% -
HSV(B) 255.32º 0.42% 0.87% -
XYZ 33.85 27.39 72.61 -
YUV 145.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 152 128 222 0.32 0.42 0 0.13 255.32 0.59 0.69
Hex 98 80 DE 20 2A 0 D FF 3B 45
Octal 230 200 336 40 52 0 15 377 73 105
Binary 10011000 10000000 11011110 100000 101010 0 1101 11111111 111011 1000101

Color Harmonies of #9880DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880DE

Black with #9880DE

Text Example


Text Example

White with #9880DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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