#9081DC

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

Shades of Medium Purple #9081DC

Tints of Medium Purple #9081DC

Color information

#9081DC (or 0x9081DC) is unknown color: approx Medium Purple. HEX triplet: 90, 81 and DC. RGB value is (144,129,220). Sum of RGB (Red+Green+Blue) = 144+129+220=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9081DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081DC is #6F7E23. Grayscale: #8F8F8F. Windows color (decimal): -7306788 or 14451088. OLE color: 14451088.

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

Color convert

RGB144129220-
CMYK0.350.4100.14
HSL249.89º56.52%68.43%-
HSV(B)249.89º41.36%86.27%-
XYZ32.2726.871.18-
YUV143.86170.97128.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=29.21%
G=26.17%
B=44.62%

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
Decimal1441292200.350.4100.14249.8956.5268.43
Hex9081DC23290Efa3944
Octal220201334435101637271104
Binary10010000100000011101110010001110100101110111110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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