#9082DC

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

Shades of Medium Purple #9082DC

Tints of Medium Purple #9082DC

Color information

#9082DC (or 0x9082DC) is unknown color: approx Medium Purple. HEX triplet: 90, 82 and DC. RGB value is (144,130,220). Sum of RGB (Red+Green+Blue) = 144+130+220=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9082DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DC is #6F7D23. Grayscale: #909090. Windows color (decimal): -7306532 or 14451344. OLE color: 14451344.

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

Color convert

RGB144130220-
CMYK0.350.4100.14
HSL249.33º56.25%68.63%-
HSV(B)249.33º40.91%86.27%-
XYZ32.427.0671.23-
YUV144.45170.64127.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=29.15%
G=26.32%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441302200.350.4100.14249.3356.2568.63
Hex9082DC23290Ef93845
Octal220202334435101637170105
Binary10010000100000101101110010001110100101110111110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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