#9084DC

Color #9084DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9084DC

Tints of Medium Purple #9084DC

Color information

#9084DC (or 0x9084DC) is unknown color: approx Medium Purple. HEX triplet: 90, 84 and DC. RGB value is (144,132,220). Sum of RGB (Red+Green+Blue) = 144+132+220=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9084DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DC is #6F7B23. Grayscale: #919191. Windows color (decimal): -7306020 or 14451856. OLE color: 14451856.

HSL color Cylindrical-coordinate representation of color #9084DC: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9084DC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144132220-
CMYK0.350.4000.14
HSL248.18º55.7%69.02%-
HSV(B)248.18º40%86.27%-
XYZ32.6727.671.32-
YUV145.62169.98126.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=29.03%
G=26.61%
B=44.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441322200.350.4000.14248.1855.769.02
Hex9084DC23280Ef83845
Octal220204334435001637070105
Binary10010000100001001101110010001110100001110111110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9084DC; }

 p { color: rgb(144,132,220); }

 H1.HeaderClassName
 {
   color: #9084DC;
 }
 .AnyTagClassName
 {
   color: #9084DC;
 }
</style>
background-color css

<style>
 a { background-color: #9084DC; }

 a { background-color: rgb(144,132,220); }

 div.DivClassName
 {
   background-color: #9084DC;
 }
 .BgClassName
 {
   background-color: #9084DC;
 }
</style>
border-color css

<style>
 span { border-color: #9084DC; }

 span { border-color: rgb(144,132,220); }

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