Html Css Color HEX #9080DB Medium Purple

📋 copy color: '#9080DB'

red 144 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9080DB

Tints of Medium Purple #9080DB

RGB

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

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

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

R = 29.33%
G = 26.07%
B = 44.6%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9080DB (or 0x9080DB) is known color: Medium Purple. HEX triplet: 90, 80 and DB. RGB value is (144,128,219). Sum of RGB (Red+Green+Blue) = 144+128+219=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9080DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080DB is #6F7F24. Grayscale: #8E8E8E. Windows color (decimal): -7307045 or 14385296. OLE color: 14385296.

HSL color Cylindrical-coordinate representation of color #9080DB: hue angle of 250.55º 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 #9080DB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 128 219 -
CMYK 0.34 0.42 0 0.14
HSL 250.55º 0.56% 0.68% -
HSV(B) 250.55º 0.42% 0.86% -
XYZ 32.01 26.48 70.44 -
YUV 143.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 144 128 219 0.34 0.42 0 0.14 250.55 0.56 0.68
Hex 90 80 DB 22 2A 0 E FB 38 44
Octal 220 200 333 42 52 0 16 373 70 104
Binary 10010000 10000000 11011011 100010 101010 0 1110 11111011 111000 1000100

Color Harmonies of #9080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080DB

Black with #9080DB

Text Example


Text Example

White with #9080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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