Html Css Color HEX #9880DF Medium Purple

📋 copy color: '#9880DF'

red 152 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9880DF

Tints of Medium Purple #9880DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 30.22%
G = 25.45%
B = 44.33%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9880DF (or 0x9880DF) is known color: Medium Purple. HEX triplet: 98, 80 and DF. RGB value is (152,128,223). Sum of RGB (Red+Green+Blue) = 152+128+223=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9880DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880DF is #677F20. Grayscale: #919191. Windows color (decimal): -6782753 or 14647448. OLE color: 14647448.

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

Color convert

RGB 152 128 223 -
CMYK 0.32 0.43 0 0.13
HSL 255.16º 0.6% 0.69% -
HSV(B) 255.16º 0.43% 0.87% -
XYZ 33.99 27.44 73.32 -
YUV 146.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 152 128 223 0.32 0.43 0 0.13 255.16 0.6 0.69
Hex 98 80 DF 20 2B 0 D FF 3C 45
Octal 230 200 337 40 53 0 15 377 74 105
Binary 10011000 10000000 11011111 100000 101011 0 1101 11111111 111100 1000101

Color Harmonies of #9880DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880DF

Black with #9880DF

Text Example


Text Example

White with #9880DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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