Html Css Color HEX #9080DF Medium Purple

📋 copy color: '#9080DF'

red 144 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9080DF

Tints of Medium Purple #9080DF

RGB

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

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

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

R = 29.09%
G = 25.86%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9080DF (or 0x9080DF) is known color: Medium Purple. HEX triplet: 90, 80 and DF. RGB value is (144,128,223). Sum of RGB (Red+Green+Blue) = 144+128+223=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9080DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080DF is #6F7F20. Grayscale: #8F8F8F. Windows color (decimal): -7307041 or 14647440. OLE color: 14647440.

HSL color Cylindrical-coordinate representation of color #9080DF: hue angle of 250.11º 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 #9080DF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 128 223 -
CMYK 0.35 0.43 0 0.13
HSL 250.11º 0.6% 0.69% -
HSV(B) 250.11º 0.43% 0.87% -
XYZ 32.54 26.7 73.25 -
YUV 143.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 144 128 223 0.35 0.43 0 0.13 250.11 0.6 0.69
Hex 90 80 DF 23 2B 0 D FA 3C 45
Octal 220 200 337 43 53 0 15 372 74 105
Binary 10010000 10000000 11011111 100011 101011 0 1101 11111010 111100 1000101

Color Harmonies of #9080DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080DF

Black with #9080DF

Text Example


Text Example

White with #9080DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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