Html Css Color HEX #9080DD Medium Purple

📋 copy color: '#9080DD'

red 144 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #9080DD

Tints of Medium Purple #9080DD

RGB

 RED value IS 144 (56.64% from 255) = 29.21%

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 29.21%
G = 25.96%
B = 44.83%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9080DD (or 0x9080DD) is known color: Medium Purple. HEX triplet: 90, 80 and DD. RGB value is (144,128,221). Sum of RGB (Red+Green+Blue) = 144+128+221=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9080DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080DD is #6F7F22. Grayscale: #8F8F8F. Windows color (decimal): -7307043 or 14516368. OLE color: 14516368.

HSL color Cylindrical-coordinate representation of color #9080DD: hue angle of 250.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9080DD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 128 221 -
CMYK 0.35 0.42 0 0.13
HSL 250.32º 0.58% 0.68% -
HSV(B) 250.32º 0.42% 0.87% -
XYZ 32.27 26.59 71.84 -
YUV 143.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 144 128 221 0.35 0.42 0 0.13 250.32 0.58 0.68
Hex 90 80 DD 23 2A 0 D FA 3A 44
Octal 220 200 335 43 52 0 15 372 72 104
Binary 10010000 10000000 11011101 100011 101010 0 1101 11111010 111010 1000100

Color Harmonies of #9080DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080DD

Black with #9080DD

Text Example


Text Example

White with #9080DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9080DD; }

 p { color: rgb(144,128,221); }

 H1.HeaderClassName
 {
   color: #9080DD;
 }
 .AnyTagClassName
 {
   color: #9080DD;
 }
</style>

background-color css

<style>
 a { background-color: #9080DD; }

 a { background-color: rgb(144,128,221); }

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

border-color css

<style>
 span { border-color: #9080DD; }

 span { border-color: rgb(144,128,221); }

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