Html Css Color HEX #9880EE Medium Purple

📋 copy color: '#9880EE'

red 152 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #9880EE

Tints of Medium Purple #9880EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 29.34%
G = 24.71%
B = 45.95%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9880EE (or 0x9880EE) is known color: Medium Purple. HEX triplet: 98, 80 and EE. RGB value is (152,128,238). Sum of RGB (Red+Green+Blue) = 152+128+238=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9880EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880EE is #677F11. Grayscale: #939393. Windows color (decimal): -6782738 or 15630488. OLE color: 15630488.

HSL color Cylindrical-coordinate representation of color #9880EE: hue angle of 253.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9880EE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 128 238 -
CMYK 0.36 0.46 0 0.07
HSL 253.09º 0.76% 0.72% -
HSV(B) 253.09º 0.46% 0.93% -
XYZ 36.1 28.29 84.45 -
YUV 147.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 152 128 238 0.36 0.46 0 0.07 253.09 0.76 0.72
Hex 98 80 EE 24 2E 0 7 FD 4C 48
Octal 230 200 356 44 56 0 7 375 114 110
Binary 10011000 10000000 11101110 100100 101110 0 111 11111101 1001100 1001000

Color Harmonies of #9880EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880EE

Black with #9880EE

Text Example


Text Example

White with #9880EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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